Shades of Dark Turquoise #08C1DB
Tints of Dark Turquoise #08C1DB
RGB
CMYK
RGB Variations
Color information
#08C1DB (or 0x08C1DB) is known color: Dark Turquoise. HEX triplet: 08, C1 and DB. RGB value is (8,193,219). Sum of RGB (Red+Green+Blue) = 8+193+219=420 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.90% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #08C1DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C1DB is #F73E24. Grayscale: #8C8C8C. Windows color (decimal): -16203301 or 14401800. OLE color: 14401800.
HSL color Cylindrical-coordinate representation of color #08C1DB: hue angle of 187.39º 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 #08C1DB is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 193 | 219 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.14 |
| HSL | 187.39º | 0.93% | 0.45% | - |
| HSV(B) | 187.39º | 0.96% | 0.86% | - |
| XYZ | 31.96 | 43.31 | 73.69 | - |
| YUV | 140.65 | 172.21 | 33.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 193 | 219 | 0.96 | 0.12 | 0 | 0.14 | 187.39 | 0.93 | 0.45 |
| Hex | 8 | C1 | DB | 60 | C | 0 | E | BB | 5D | 2D |
| Octal | 10 | 301 | 333 | 140 | 14 | 0 | 16 | 273 | 135 | 55 |
| Binary | 1000 | 11000001 | 11011011 | 1100000 | 1100 | 0 | 1110 | 10111011 | 1011101 | 101101 |
Color Harmonies of #08C1DB
Complementary color
Monochromatic Colors of #08C1DB
Black with #08C1DB
Text Example
Text Example
White with #08C1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C1DB; }
p { color: rgb(8,193,219); }
H1.HeaderClassName
{
color: #08C1DB;
}
.AnyTagClassName
{
color: #08C1DB;
}
</style>
background-color css
<style>
a { background-color: #08C1DB; }
a { background-color: rgb(8,193,219); }
div.DivClassName
{
background-color: #08C1DB;
}
.BgClassName
{
background-color: #08C1DB;
}
</style>
border-color css
<style>
span { border-color: #08C1DB; }
span { border-color: rgb(8,193,219); }
td.TdClassName
{
border-color: #08C1DB;
}
.TagClassName
{
border-color: #08C1DB;
}
</style>