Shades of Dark Turquoise #08D5DB
Tints of Dark Turquoise #08D5DB
RGB
CMYK
RGB Variations
Color information
#08D5DB (or 0x08D5DB) is known color: Dark Turquoise. HEX triplet: 08, D5 and DB. RGB value is (8,213,219). Sum of RGB (Red+Green+Blue) = 8+213+219=440 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.82% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #08D5DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08D5DB is #F72A24. Grayscale: #989898. Windows color (decimal): -16198181 or 14406920. OLE color: 14406920.
HSL color Cylindrical-coordinate representation of color #08D5DB: hue angle of 181.71º 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 #08D5DB is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 213 | 219 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.14 |
| HSL | 181.71º | 0.93% | 0.45% | - |
| HSV(B) | 181.71º | 0.96% | 0.86% | - |
| XYZ | 36.68 | 52.75 | 75.27 | - |
| YUV | 152.39 | 165.58 | 25.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 213 | 219 | 0.96 | 0.03 | 0 | 0.14 | 181.71 | 0.93 | 0.45 |
| Hex | 8 | D5 | DB | 60 | 3 | 0 | E | B6 | 5D | 2D |
| Octal | 10 | 325 | 333 | 140 | 3 | 0 | 16 | 266 | 135 | 55 |
| Binary | 1000 | 11010101 | 11011011 | 1100000 | 11 | 0 | 1110 | 10110110 | 1011101 | 101101 |
Color Harmonies of #08D5DB
Complementary color
Monochromatic Colors of #08D5DB
Black with #08D5DB
Text Example
Text Example
White with #08D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D5DB; }
p { color: rgb(8,213,219); }
H1.HeaderClassName
{
color: #08D5DB;
}
.AnyTagClassName
{
color: #08D5DB;
}
</style>
background-color css
<style>
a { background-color: #08D5DB; }
a { background-color: rgb(8,213,219); }
div.DivClassName
{
background-color: #08D5DB;
}
.BgClassName
{
background-color: #08D5DB;
}
</style>
border-color css
<style>
span { border-color: #08D5DB; }
span { border-color: rgb(8,213,219); }
td.TdClassName
{
border-color: #08D5DB;
}
.TagClassName
{
border-color: #08D5DB;
}
</style>