Shades of Dark Turquoise #08CCDD
Tints of Dark Turquoise #08CCDD
RGB
CMYK
RGB Variations
Color information
#08CCDD (or 0x08CCDD) is known color: Dark Turquoise. HEX triplet: 08, CC and DD. RGB value is (8,204,221). Sum of RGB (Red+Green+Blue) = 8+204+221=433 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.85% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #08CCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CCDD is #F73322. Grayscale: #939393. Windows color (decimal): -16200483 or 14535688. OLE color: 14535688.
HSL color Cylindrical-coordinate representation of color #08CCDD: hue angle of 184.79º 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 #08CCDD is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 204 | 221 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.13 |
| HSL | 184.79º | 0.93% | 0.45% | - |
| HSV(B) | 184.79º | 0.96% | 0.87% | - |
| XYZ | 34.74 | 48.46 | 75.93 | - |
| YUV | 147.33 | 169.57 | 28.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 204 | 221 | 0.96 | 0.08 | 0 | 0.13 | 184.79 | 0.93 | 0.45 |
| Hex | 8 | CC | DD | 60 | 8 | 0 | D | B9 | 5D | 2D |
| Octal | 10 | 314 | 335 | 140 | 10 | 0 | 15 | 271 | 135 | 55 |
| Binary | 1000 | 11001100 | 11011101 | 1100000 | 1000 | 0 | 1101 | 10111001 | 1011101 | 101101 |
Color Harmonies of #08CCDD
Complementary color
Monochromatic Colors of #08CCDD
Black with #08CCDD
Text Example
Text Example
White with #08CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CCDD; }
p { color: rgb(8,204,221); }
H1.HeaderClassName
{
color: #08CCDD;
}
.AnyTagClassName
{
color: #08CCDD;
}
</style>
background-color css
<style>
a { background-color: #08CCDD; }
a { background-color: rgb(8,204,221); }
div.DivClassName
{
background-color: #08CCDD;
}
.BgClassName
{
background-color: #08CCDD;
}
</style>
border-color css
<style>
span { border-color: #08CCDD; }
span { border-color: rgb(8,204,221); }
td.TdClassName
{
border-color: #08CCDD;
}
.TagClassName
{
border-color: #08CCDD;
}
</style>