What is hex #08E8DE color?

 
The hex code #08E8DE is also know by an other name that is Bright Turquoise.
This color is composed of 8% red, 232% green and 222% blue. So we can say that the RGB value is (8,232,222)
You need to use it for a printer? The CMYK colors code equivalent of hex #08E8DE is C:97 M:0 Y:4, K:9) .
In the HSV/HSB scale, #08E8DE has a hue of 177°, 97% saturation and a brightness value of 91%.
If you want to know all about the hex #08E8DE, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #08E8DE (complementary, analogous, triadic, tetradic...).

Hex #08E8DE Color Codes & Equivalents

Color Name [Bright Turquoise]
RGB Values (8,232,222)
CMYK Values (97%, 0%, 4%, 9%)
HSV/HSB Values (177°, 97%, 91%)
Closest Web Safe
#00FFCC
Inverse Color
#f71721
Closest Pantone®
311 C
Closest RAL
RAL 5015 [Sky blue]
Complementary Color
#e80812

#08E8DE Converted to Grayscale Codes

Average
#9a9a9a
Lightness (Desaturation)
#787878
Weighted (BT601)
#a4a4a4
Luma (BT709)
#b8b8b8

Hex #08E8DE Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #08E8DE is #e80812. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #08E8DE you will find #e80812. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#08E8DE #e80812

Analogous Palette

The analogous color scheme of #08E8DE is composed with colors #08E86E and #0882E8. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #08E8DE with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#08E86E #08E8DE #0882E8

Split-Complementary Palette

The split-complementary color scheme of #08E8DE is composed with colors #E86E08 and #E80882. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#08E8DE #E86E08 #E80882

Triadic Palette

The triadic color scheme of #08E8DE is composed with colors #E8DE08 and #DE08E8. They are located to the right and left of your main color #08E8DE with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#08E8DE #E8DE08 #DE08E8

Tetradic Palette

The tetradic color scheme of #08E8DE is composed with colors #DE08E8, #E80812 and #12E808 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#08E8DE #DE08E8 #E80812 #12E808

Square Palette

The square color scheme of #08E8DE is composed with colors #6E08E8, #E80812 and #82E808 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#08E8DE #6E08E8 #E80812 #82E808

Tints, Tones & Shades of Hex #08E8DE

Tints

Tints are created by adding white, resulting in lighter shades of #08E8DE.

#08E8DE #0DF6EC #21F7ED #35F8EF #48F8F0 #5CF9F2 #70FAF3 #84FAF5

Tones

Tones are made by mixing with gray, softening the original color.

#08E8DE #13DCD3 #1FD0C8 #2BC4BD #37B8B3 #42ADA8 #4EA19D #5A9593

Shades

Shades result from adding black, creating darker variations.

#08E8DE #07D4CB #06C0B8 #05ACA5 #059992 #04857F #03716C #035D59

Hex #08E8DE in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #08E8DE
Java new Color(8,232,222);
Python Color(#08E8DE)
.NET Color.FromArgb(255, 8,232,222);
Swift / iOS UIColor(red: 0.03, green: 0.91, blue: 0.87, alpha: 1)
Kotlin / Android Color.rgb(8, 232, 222)