Shades of Dark Turquoise #08CCD1
Tints of Dark Turquoise #08CCD1
RGB
CMYK
RGB Variations
Color information
#08CCD1 (or 0x08CCD1) is known color: Dark Turquoise. HEX triplet: 08, CC and D1. RGB value is (8,204,209). Sum of RGB (Red+Green+Blue) = 8+204+209=421 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.90% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #08CCD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CCD1 is #F7332E. Grayscale: #919191. Windows color (decimal): -16200495 or 13749256. OLE color: 13749256.
HSL color Cylindrical-coordinate representation of color #08CCD1: hue angle of 181.49º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CCD1 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 204 | 209 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.18 |
| HSL | 181.49º | 0.93% | 0.43% | - |
| HSV(B) | 181.49º | 0.96% | 0.82% | - |
| XYZ | 33.2 | 47.84 | 67.81 | - |
| YUV | 145.97 | 163.57 | 29.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 204 | 209 | 0.96 | 0.02 | 0 | 0.18 | 181.49 | 0.93 | 0.43 |
| Hex | 8 | CC | D1 | 60 | 2 | 0 | 12 | B5 | 5D | 2B |
| Octal | 10 | 314 | 321 | 140 | 2 | 0 | 22 | 265 | 135 | 53 |
| Binary | 1000 | 11001100 | 11010001 | 1100000 | 10 | 0 | 10010 | 10110101 | 1011101 | 101011 |
Color Harmonies of #08CCD1
Complementary color
Monochromatic Colors of #08CCD1
Black with #08CCD1
Text Example
Text Example
White with #08CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CCD1; }
p { color: rgb(8,204,209); }
H1.HeaderClassName
{
color: #08CCD1;
}
.AnyTagClassName
{
color: #08CCD1;
}
</style>
background-color css
<style>
a { background-color: #08CCD1; }
a { background-color: rgb(8,204,209); }
div.DivClassName
{
background-color: #08CCD1;
}
.BgClassName
{
background-color: #08CCD1;
}
</style>
border-color css
<style>
span { border-color: #08CCD1; }
span { border-color: rgb(8,204,209); }
td.TdClassName
{
border-color: #08CCD1;
}
.TagClassName
{
border-color: #08CCD1;
}
</style>