Shades of Dark Turquoise #08D2DE
Tints of Dark Turquoise #08D2DE
RGB
CMYK
RGB Variations
Color information
#08D2DE (or 0x08D2DE) is known color: Dark Turquoise. HEX triplet: 08, D2 and DE. RGB value is (8,210,222). Sum of RGB (Red+Green+Blue) = 8+210+222=440 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.82% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #08D2DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08D2DE is #F72D21. Grayscale: #969696. Windows color (decimal): -16198946 or 14602760. OLE color: 14602760.
HSL color Cylindrical-coordinate representation of color #08D2DE: hue angle of 183.36º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D2DE is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 210 | 222 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.13 |
| HSL | 183.36º | 0.93% | 0.45% | - |
| HSV(B) | 183.36º | 0.96% | 0.87% | - |
| XYZ | 36.33 | 51.42 | 77.12 | - |
| YUV | 150.97 | 168.08 | 26.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 210 | 222 | 0.96 | 0.05 | 0 | 0.13 | 183.36 | 0.93 | 0.45 |
| Hex | 8 | D2 | DE | 60 | 5 | 0 | D | B7 | 5D | 2D |
| Octal | 10 | 322 | 336 | 140 | 5 | 0 | 15 | 267 | 135 | 55 |
| Binary | 1000 | 11010010 | 11011110 | 1100000 | 101 | 0 | 1101 | 10110111 | 1011101 | 101101 |
Color Harmonies of #08D2DE
Complementary color
Monochromatic Colors of #08D2DE
Black with #08D2DE
Text Example
Text Example
White with #08D2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D2DE; }
p { color: rgb(8,210,222); }
H1.HeaderClassName
{
color: #08D2DE;
}
.AnyTagClassName
{
color: #08D2DE;
}
</style>
background-color css
<style>
a { background-color: #08D2DE; }
a { background-color: rgb(8,210,222); }
div.DivClassName
{
background-color: #08D2DE;
}
.BgClassName
{
background-color: #08D2DE;
}
</style>
border-color css
<style>
span { border-color: #08D2DE; }
span { border-color: rgb(8,210,222); }
td.TdClassName
{
border-color: #08D2DE;
}
.TagClassName
{
border-color: #08D2DE;
}
</style>