Shades of Dark Turquoise #08C8DF
Tints of Dark Turquoise #08C8DF
RGB
CMYK
RGB Variations
Color information
#08C8DF (or 0x08C8DF) is known color: Dark Turquoise. HEX triplet: 08, C8 and DF. RGB value is (8,200,223). Sum of RGB (Red+Green+Blue) = 8+200+223=431 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.86% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #08C8DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C8DF is #F73720. Grayscale: #909090. Windows color (decimal): -16201505 or 14665736. OLE color: 14665736.
HSL color Cylindrical-coordinate representation of color #08C8DF: hue angle of 186.42º 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 #08C8DF is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 200 | 223 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.13 |
| HSL | 186.42º | 0.93% | 0.45% | - |
| HSV(B) | 186.42º | 0.96% | 0.87% | - |
| XYZ | 34.07 | 46.69 | 77.03 | - |
| YUV | 145.21 | 171.89 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 200 | 223 | 0.96 | 0.10 | 0 | 0.13 | 186.42 | 0.93 | 0.45 |
| Hex | 8 | C8 | DF | 60 | A | 0 | D | BA | 5D | 2D |
| Octal | 10 | 310 | 337 | 140 | 12 | 0 | 15 | 272 | 135 | 55 |
| Binary | 1000 | 11001000 | 11011111 | 1100000 | 1010 | 0 | 1101 | 10111010 | 1011101 | 101101 |
Color Harmonies of #08C8DF
Complementary color
Monochromatic Colors of #08C8DF
Black with #08C8DF
Text Example
Text Example
White with #08C8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C8DF; }
p { color: rgb(8,200,223); }
H1.HeaderClassName
{
color: #08C8DF;
}
.AnyTagClassName
{
color: #08C8DF;
}
</style>
background-color css
<style>
a { background-color: #08C8DF; }
a { background-color: rgb(8,200,223); }
div.DivClassName
{
background-color: #08C8DF;
}
.BgClassName
{
background-color: #08C8DF;
}
</style>
border-color css
<style>
span { border-color: #08C8DF; }
span { border-color: rgb(8,200,223); }
td.TdClassName
{
border-color: #08C8DF;
}
.TagClassName
{
border-color: #08C8DF;
}
</style>