Shades of Dark Turquoise #08CCD8
Tints of Dark Turquoise #08CCD8
RGB
CMYK
RGB Variations
Color information
#08CCD8 (or 0x08CCD8) is known color: Dark Turquoise. HEX triplet: 08, CC and D8. RGB value is (8,204,216). Sum of RGB (Red+Green+Blue) = 8+204+216=428 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.87% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #08CCD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CCD8 is #F73327. Grayscale: #929292. Windows color (decimal): -16200488 or 14208008. OLE color: 14208008.
HSL color Cylindrical-coordinate representation of color #08CCD8: hue angle of 183.46º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CCD8 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 204 | 216 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.15 |
| HSL | 183.46º | 0.93% | 0.44% | - |
| HSV(B) | 183.46º | 0.96% | 0.85% | - |
| XYZ | 34.09 | 48.2 | 72.47 | - |
| YUV | 146.76 | 167.07 | 29.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 204 | 216 | 0.96 | 0.06 | 0 | 0.15 | 183.46 | 0.93 | 0.44 |
| Hex | 8 | CC | D8 | 60 | 6 | 0 | F | B7 | 5D | 2C |
| Octal | 10 | 314 | 330 | 140 | 6 | 0 | 17 | 267 | 135 | 54 |
| Binary | 1000 | 11001100 | 11011000 | 1100000 | 110 | 0 | 1111 | 10110111 | 1011101 | 101100 |
Color Harmonies of #08CCD8
Complementary color
Monochromatic Colors of #08CCD8
Black with #08CCD8
Text Example
Text Example
White with #08CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CCD8; }
p { color: rgb(8,204,216); }
H1.HeaderClassName
{
color: #08CCD8;
}
.AnyTagClassName
{
color: #08CCD8;
}
</style>
background-color css
<style>
a { background-color: #08CCD8; }
a { background-color: rgb(8,204,216); }
div.DivClassName
{
background-color: #08CCD8;
}
.BgClassName
{
background-color: #08CCD8;
}
</style>
border-color css
<style>
span { border-color: #08CCD8; }
span { border-color: rgb(8,204,216); }
td.TdClassName
{
border-color: #08CCD8;
}
.TagClassName
{
border-color: #08CCD8;
}
</style>