Shades of Dark Turquoise #0EC9D0
Tints of Dark Turquoise #0EC9D0
RGB
CMYK
RGB Variations
Color information
#0EC9D0 (or 0x0EC9D0) is known color: Dark Turquoise. HEX triplet: 0E, C9 and D0. RGB value is (14,201,208). Sum of RGB (Red+Green+Blue) = 14+201+208=423 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.31% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #0EC9D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC9D0 is #F1362F. Grayscale: #919191. Windows color (decimal): -15808048 or 13682958. OLE color: 13682958.
HSL color Cylindrical-coordinate representation of color #0EC9D0: hue angle of 182.16º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC9D0 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 201 | 208 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.18 |
| HSL | 182.16º | 0.87% | 0.44% | - |
| HSV(B) | 182.16º | 0.93% | 0.82% | - |
| XYZ | 32.45 | 46.42 | 66.92 | - |
| YUV | 145.89 | 163.05 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 208 | 0.93 | 0.03 | 0 | 0.18 | 182.16 | 0.87 | 0.44 |
| Hex | E | C9 | D0 | 5D | 3 | 0 | 12 | B6 | 57 | 2C |
| Octal | 16 | 311 | 320 | 135 | 3 | 0 | 22 | 266 | 127 | 54 |
| Binary | 1110 | 11001001 | 11010000 | 1011101 | 11 | 0 | 10010 | 10110110 | 1010111 | 101100 |
Color Harmonies of #0EC9D0
Complementary color
Monochromatic Colors of #0EC9D0
Black with #0EC9D0
Text Example
Text Example
White with #0EC9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC9D0; }
p { color: rgb(14,201,208); }
H1.HeaderClassName
{
color: #0EC9D0;
}
.AnyTagClassName
{
color: #0EC9D0;
}
</style>
background-color css
<style>
a { background-color: #0EC9D0; }
a { background-color: rgb(14,201,208); }
div.DivClassName
{
background-color: #0EC9D0;
}
.BgClassName
{
background-color: #0EC9D0;
}
</style>
border-color css
<style>
span { border-color: #0EC9D0; }
span { border-color: rgb(14,201,208); }
td.TdClassName
{
border-color: #0EC9D0;
}
.TagClassName
{
border-color: #0EC9D0;
}
</style>