Shades of Dark Turquoise #0EC4D8
Tints of Dark Turquoise #0EC4D8
RGB
CMYK
RGB Variations
Color information
#0EC4D8 (or 0x0EC4D8) is known color: Dark Turquoise. HEX triplet: 0E, C4 and D8. RGB value is (14,196,216). Sum of RGB (Red+Green+Blue) = 14+196+216=426 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #0EC4D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC4D8 is #F13B27. Grayscale: #8F8F8F. Windows color (decimal): -15809320 or 14205966. OLE color: 14205966.
HSL color Cylindrical-coordinate representation of color #0EC4D8: hue angle of 185.94º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EC4D8 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 196 | 216 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.15 |
| HSL | 185.94º | 0.88% | 0.45% | - |
| HSV(B) | 185.94º | 0.94% | 0.85% | - |
| XYZ | 32.32 | 44.53 | 71.86 | - |
| YUV | 143.86 | 168.7 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 196 | 216 | 0.94 | 0.09 | 0 | 0.15 | 185.94 | 0.88 | 0.45 |
| Hex | E | C4 | D8 | 5E | 9 | 0 | F | BA | 58 | 2D |
| Octal | 16 | 304 | 330 | 136 | 11 | 0 | 17 | 272 | 130 | 55 |
| Binary | 1110 | 11000100 | 11011000 | 1011110 | 1001 | 0 | 1111 | 10111010 | 1011000 | 101101 |
Color Harmonies of #0EC4D8
Complementary color
Monochromatic Colors of #0EC4D8
Black with #0EC4D8
Text Example
Text Example
White with #0EC4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC4D8; }
p { color: rgb(14,196,216); }
H1.HeaderClassName
{
color: #0EC4D8;
}
.AnyTagClassName
{
color: #0EC4D8;
}
</style>
background-color css
<style>
a { background-color: #0EC4D8; }
a { background-color: rgb(14,196,216); }
div.DivClassName
{
background-color: #0EC4D8;
}
.BgClassName
{
background-color: #0EC4D8;
}
</style>
border-color css
<style>
span { border-color: #0EC4D8; }
span { border-color: rgb(14,196,216); }
td.TdClassName
{
border-color: #0EC4D8;
}
.TagClassName
{
border-color: #0EC4D8;
}
</style>