Html Css Color HEX #08D9CE Dark Turquoise

📋 copy color: '#08D9CE'

red 8 ◦ green 217 ◦ blue 206

#08D9CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #08D9CE

Tints of Dark Turquoise #08D9CE

RGB

 RED value IS 8 (3.52% from 255) = 1.86%

 GREEN value IS 217 (85.16% from 255) = 50.35%

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 1.86%
G = 50.35%
B = 47.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#08D9CE (or 0x08D9CE) is known color: Dark Turquoise. HEX triplet: 08, D9 and CE. RGB value is (8,217,206). Sum of RGB (Red+Green+Blue) = 8+217+206=431 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.86% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #08D9CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08D9CE is #F72631. Grayscale: #999999. Windows color (decimal): -16197170 or 13555976. OLE color: 13555976.

HSL color Cylindrical-coordinate representation of color #08D9CE: hue angle of 176.84º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D9CE is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 217 206 -
CMYK 0.96 0 0.05 0.15
HSL 176.84º 0.93% 0.44% -
HSV(B) 176.84º 0.96% 0.85% -
XYZ 36.05 54.13 66.94 -
YUV 153.26 157.76 24.39 -
System Red Green Blue C M Y K H S L
Decimal 8 217 206 0.96 0 0.05 0.15 176.84 0.93 0.44
Hex 8 D9 CE 60 0 5 F B1 5D 2C
Octal 10 331 316 140 0 5 17 261 135 54
Binary 1000 11011001 11001110 1100000 0 101 1111 10110001 1011101 101100

Color Harmonies of #08D9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D9CE

Black with #08D9CE

Text Example


Text Example

White with #08D9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08D9CE; }

 p { color: rgb(8,217,206); }

 H1.HeaderClassName
 {
   color: #08D9CE;
 }
 .AnyTagClassName
 {
   color: #08D9CE;
 }
</style>

background-color css

<style>
 a { background-color: #08D9CE; }

 a { background-color: rgb(8,217,206); }

 div.DivClassName
 {
   background-color: #08D9CE;
 }
 .BgClassName
 {
   background-color: #08D9CE;
 }
</style>

border-color css

<style>
 span { border-color: #08D9CE; }

 span { border-color: rgb(8,217,206); }

 td.TdClassName
 {
   border-color: #08D9CE;
 }
 .TagClassName
 {
   border-color: #08D9CE;
 }
</style>