Shades of Dark Turquoise #08DCCC
Tints of Dark Turquoise #08DCCC
RGB
CMYK
RGB Variations
Color information
#08DCCC (or 0x08DCCC) is known color: Dark Turquoise. HEX triplet: 08, DC and CC. RGB value is (8,220,204). Sum of RGB (Red+Green+Blue) = 8+220+204=432 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.85% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #08DCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DCCC is #F72333. Grayscale: #9A9A9A. Windows color (decimal): -16196404 or 13425672. OLE color: 13425672.
HSL color Cylindrical-coordinate representation of color #08DCCC: hue angle of 175.47º 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 #08DCCC is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 220 | 204 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.14 |
| HSL | 175.47º | 0.93% | 0.45% | - |
| HSV(B) | 175.47º | 0.96% | 0.86% | - |
| XYZ | 36.59 | 55.6 | 65.93 | - |
| YUV | 154.79 | 155.76 | 23.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 220 | 204 | 0.96 | 0 | 0.07 | 0.14 | 175.47 | 0.93 | 0.45 |
| Hex | 8 | DC | CC | 60 | 0 | 7 | E | AF | 5D | 2D |
| Octal | 10 | 334 | 314 | 140 | 0 | 7 | 16 | 257 | 135 | 55 |
| Binary | 1000 | 11011100 | 11001100 | 1100000 | 0 | 111 | 1110 | 10101111 | 1011101 | 101101 |
Color Harmonies of #08DCCC
Complementary color
Monochromatic Colors of #08DCCC
Black with #08DCCC
Text Example
Text Example
White with #08DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DCCC; }
p { color: rgb(8,220,204); }
H1.HeaderClassName
{
color: #08DCCC;
}
.AnyTagClassName
{
color: #08DCCC;
}
</style>
background-color css
<style>
a { background-color: #08DCCC; }
a { background-color: rgb(8,220,204); }
div.DivClassName
{
background-color: #08DCCC;
}
.BgClassName
{
background-color: #08DCCC;
}
</style>
border-color css
<style>
span { border-color: #08DCCC; }
span { border-color: rgb(8,220,204); }
td.TdClassName
{
border-color: #08DCCC;
}
.TagClassName
{
border-color: #08DCCC;
}
</style>