Shades of Dark Turquoise #08D6CF
Tints of Dark Turquoise #08D6CF
RGB
CMYK
RGB Variations
Color information
#08D6CF (or 0x08D6CF) is known color: Dark Turquoise. HEX triplet: 08, D6 and CF. RGB value is (8,214,207). Sum of RGB (Red+Green+Blue) = 8+214+207=429 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.86% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #08D6CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08D6CF is #F72930. Grayscale: #979797. Windows color (decimal): -16197937 or 13620744. OLE color: 13620744.
HSL color Cylindrical-coordinate representation of color #08D6CF: hue angle of 177.96º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D6CF is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 214 | 207 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.16 |
| HSL | 177.96º | 0.93% | 0.44% | - |
| HSV(B) | 177.96º | 0.96% | 0.84% | - |
| XYZ | 35.41 | 52.65 | 67.33 | - |
| YUV | 151.61 | 159.25 | 25.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 214 | 207 | 0.96 | 0 | 0.03 | 0.16 | 177.96 | 0.93 | 0.44 |
| Hex | 8 | D6 | CF | 60 | 0 | 3 | 10 | B2 | 5D | 2C |
| Octal | 10 | 326 | 317 | 140 | 0 | 3 | 20 | 262 | 135 | 54 |
| Binary | 1000 | 11010110 | 11001111 | 1100000 | 0 | 11 | 10000 | 10110010 | 1011101 | 101100 |
Color Harmonies of #08D6CF
Complementary color
Monochromatic Colors of #08D6CF
Black with #08D6CF
Text Example
Text Example
White with #08D6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D6CF; }
p { color: rgb(8,214,207); }
H1.HeaderClassName
{
color: #08D6CF;
}
.AnyTagClassName
{
color: #08D6CF;
}
</style>
background-color css
<style>
a { background-color: #08D6CF; }
a { background-color: rgb(8,214,207); }
div.DivClassName
{
background-color: #08D6CF;
}
.BgClassName
{
background-color: #08D6CF;
}
</style>
border-color css
<style>
span { border-color: #08D6CF; }
span { border-color: rgb(8,214,207); }
td.TdClassName
{
border-color: #08D6CF;
}
.TagClassName
{
border-color: #08D6CF;
}
</style>