Shades of Dark Turquoise #08CEDB
Tints of Dark Turquoise #08CEDB
RGB
CMYK
RGB Variations
Color information
#08CEDB (or 0x08CEDB) is known color: Dark Turquoise. HEX triplet: 08, CE and DB. RGB value is (8,206,219). Sum of RGB (Red+Green+Blue) = 8+206+219=433 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.85% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #08CEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CEDB is #F73124. Grayscale: #949494. Windows color (decimal): -16199973 or 14405128. OLE color: 14405128.
HSL color Cylindrical-coordinate representation of color #08CEDB: hue angle of 183.7º 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 #08CEDB is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 206 | 219 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.14 |
| HSL | 183.7º | 0.93% | 0.45% | - |
| HSV(B) | 183.7º | 0.96% | 0.86% | - |
| XYZ | 34.96 | 49.31 | 74.69 | - |
| YUV | 148.28 | 167.9 | 27.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 206 | 219 | 0.96 | 0.06 | 0 | 0.14 | 183.7 | 0.93 | 0.45 |
| Hex | 8 | CE | DB | 60 | 6 | 0 | E | B8 | 5D | 2D |
| Octal | 10 | 316 | 333 | 140 | 6 | 0 | 16 | 270 | 135 | 55 |
| Binary | 1000 | 11001110 | 11011011 | 1100000 | 110 | 0 | 1110 | 10111000 | 1011101 | 101101 |
Color Harmonies of #08CEDB
Complementary color
Monochromatic Colors of #08CEDB
Black with #08CEDB
Text Example
Text Example
White with #08CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CEDB; }
p { color: rgb(8,206,219); }
H1.HeaderClassName
{
color: #08CEDB;
}
.AnyTagClassName
{
color: #08CEDB;
}
</style>
background-color css
<style>
a { background-color: #08CEDB; }
a { background-color: rgb(8,206,219); }
div.DivClassName
{
background-color: #08CEDB;
}
.BgClassName
{
background-color: #08CEDB;
}
</style>
border-color css
<style>
span { border-color: #08CEDB; }
span { border-color: rgb(8,206,219); }
td.TdClassName
{
border-color: #08CEDB;
}
.TagClassName
{
border-color: #08CEDB;
}
</style>