Shades of Dark Turquoise #08CEDC
Tints of Dark Turquoise #08CEDC
RGB
CMYK
RGB Variations
Color information
#08CEDC (or 0x08CEDC) is known color: Dark Turquoise. HEX triplet: 08, CE and DC. RGB value is (8,206,220). Sum of RGB (Red+Green+Blue) = 8+206+220=434 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.84% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #08CEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CEDC is #F73123. Grayscale: #949494. Windows color (decimal): -16199972 or 14470664. OLE color: 14470664.
HSL color Cylindrical-coordinate representation of color #08CEDC: hue angle of 183.96º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CEDC is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 206 | 220 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.14 |
| HSL | 183.96º | 0.93% | 0.45% | - |
| HSV(B) | 183.96º | 0.96% | 0.86% | - |
| XYZ | 35.09 | 49.36 | 75.39 | - |
| YUV | 148.39 | 168.4 | 27.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 206 | 220 | 0.96 | 0.06 | 0 | 0.14 | 183.96 | 0.93 | 0.45 |
| Hex | 8 | CE | DC | 60 | 6 | 0 | E | B8 | 5D | 2D |
| Octal | 10 | 316 | 334 | 140 | 6 | 0 | 16 | 270 | 135 | 55 |
| Binary | 1000 | 11001110 | 11011100 | 1100000 | 110 | 0 | 1110 | 10111000 | 1011101 | 101101 |
Color Harmonies of #08CEDC
Complementary color
Monochromatic Colors of #08CEDC
Black with #08CEDC
Text Example
Text Example
White with #08CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CEDC; }
p { color: rgb(8,206,220); }
H1.HeaderClassName
{
color: #08CEDC;
}
.AnyTagClassName
{
color: #08CEDC;
}
</style>
background-color css
<style>
a { background-color: #08CEDC; }
a { background-color: rgb(8,206,220); }
div.DivClassName
{
background-color: #08CEDC;
}
.BgClassName
{
background-color: #08CEDC;
}
</style>
border-color css
<style>
span { border-color: #08CEDC; }
span { border-color: rgb(8,206,220); }
td.TdClassName
{
border-color: #08CEDC;
}
.TagClassName
{
border-color: #08CEDC;
}
</style>