Shades of Dark Turquoise #08C0DB
Tints of Dark Turquoise #08C0DB
RGB
CMYK
RGB Variations
Color information
#08C0DB (or 0x08C0DB) is known color: Dark Turquoise. HEX triplet: 08, C0 and DB. RGB value is (8,192,219). Sum of RGB (Red+Green+Blue) = 8+192+219=419 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.91% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #08C0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C0DB is #F73F24. Grayscale: #8B8B8B. Windows color (decimal): -16203557 or 14401544. OLE color: 14401544.
HSL color Cylindrical-coordinate representation of color #08C0DB: hue angle of 187.68º 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 #08C0DB is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 192 | 219 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.14 |
| HSL | 187.68º | 0.93% | 0.45% | - |
| HSV(B) | 187.68º | 0.96% | 0.86% | - |
| XYZ | 31.74 | 42.87 | 73.62 | - |
| YUV | 140.06 | 172.54 | 33.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 219 | 0.96 | 0.12 | 0 | 0.14 | 187.68 | 0.93 | 0.45 |
| Hex | 8 | C0 | DB | 60 | C | 0 | E | BC | 5D | 2D |
| Octal | 10 | 300 | 333 | 140 | 14 | 0 | 16 | 274 | 135 | 55 |
| Binary | 1000 | 11000000 | 11011011 | 1100000 | 1100 | 0 | 1110 | 10111100 | 1011101 | 101101 |
Color Harmonies of #08C0DB
Complementary color
Monochromatic Colors of #08C0DB
Black with #08C0DB
Text Example
Text Example
White with #08C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C0DB; }
p { color: rgb(8,192,219); }
H1.HeaderClassName
{
color: #08C0DB;
}
.AnyTagClassName
{
color: #08C0DB;
}
</style>
background-color css
<style>
a { background-color: #08C0DB; }
a { background-color: rgb(8,192,219); }
div.DivClassName
{
background-color: #08C0DB;
}
.BgClassName
{
background-color: #08C0DB;
}
</style>
border-color css
<style>
span { border-color: #08C0DB; }
span { border-color: rgb(8,192,219); }
td.TdClassName
{
border-color: #08C0DB;
}
.TagClassName
{
border-color: #08C0DB;
}
</style>