Shades of Dark Turquoise #0EC9DC
Tints of Dark Turquoise #0EC9DC
RGB
CMYK
RGB Variations
Color information
#0EC9DC (or 0x0EC9DC) is known color: Dark Turquoise. HEX triplet: 0E, C9 and DC. RGB value is (14,201,220). Sum of RGB (Red+Green+Blue) = 14+201+220=435 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.22% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #0EC9DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC9DC is #F13623. Grayscale: #929292. Windows color (decimal): -15808036 or 14469390. OLE color: 14469390.
HSL color Cylindrical-coordinate representation of color #0EC9DC: hue angle of 185.53º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EC9DC is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 201 | 220 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.14 |
| HSL | 185.53º | 0.88% | 0.46% | - |
| HSV(B) | 185.53º | 0.94% | 0.86% | - |
| XYZ | 33.99 | 47.03 | 75 | - |
| YUV | 147.25 | 169.05 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 220 | 0.94 | 0.09 | 0 | 0.14 | 185.53 | 0.88 | 0.46 |
| Hex | E | C9 | DC | 5E | 9 | 0 | E | BA | 58 | 2E |
| Octal | 16 | 311 | 334 | 136 | 11 | 0 | 16 | 272 | 130 | 56 |
| Binary | 1110 | 11001001 | 11011100 | 1011110 | 1001 | 0 | 1110 | 10111010 | 1011000 | 101110 |
Color Harmonies of #0EC9DC
Complementary color
Monochromatic Colors of #0EC9DC
Black with #0EC9DC
Text Example
Text Example
White with #0EC9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC9DC; }
p { color: rgb(14,201,220); }
H1.HeaderClassName
{
color: #0EC9DC;
}
.AnyTagClassName
{
color: #0EC9DC;
}
</style>
background-color css
<style>
a { background-color: #0EC9DC; }
a { background-color: rgb(14,201,220); }
div.DivClassName
{
background-color: #0EC9DC;
}
.BgClassName
{
background-color: #0EC9DC;
}
</style>
border-color css
<style>
span { border-color: #0EC9DC; }
span { border-color: rgb(14,201,220); }
td.TdClassName
{
border-color: #0EC9DC;
}
.TagClassName
{
border-color: #0EC9DC;
}
</style>