Shades of Dark Turquoise #0EC0DA
Tints of Dark Turquoise #0EC0DA
RGB
CMYK
RGB Variations
Color information
#0EC0DA (or 0x0EC0DA) is known color: Dark Turquoise. HEX triplet: 0E, C0 and DA. RGB value is (14,192,218). Sum of RGB (Red+Green+Blue) = 14+192+218=424 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.30% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #0EC0DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC0DA is #F13F25. Grayscale: #8D8D8D. Windows color (decimal): -15810342 or 14336014. OLE color: 14336014.
HSL color Cylindrical-coordinate representation of color #0EC0DA: hue angle of 187.65º 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 #0EC0DA is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 192 | 218 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.15 |
| HSL | 187.65º | 0.88% | 0.45% | - |
| HSV(B) | 187.65º | 0.94% | 0.85% | - |
| XYZ | 31.69 | 42.85 | 72.93 | - |
| YUV | 141.74 | 171.03 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 218 | 0.94 | 0.12 | 0 | 0.15 | 187.65 | 0.88 | 0.45 |
| Hex | E | C0 | DA | 5E | C | 0 | F | BC | 58 | 2D |
| Octal | 16 | 300 | 332 | 136 | 14 | 0 | 17 | 274 | 130 | 55 |
| Binary | 1110 | 11000000 | 11011010 | 1011110 | 1100 | 0 | 1111 | 10111100 | 1011000 | 101101 |
Color Harmonies of #0EC0DA
Complementary color
Monochromatic Colors of #0EC0DA
Black with #0EC0DA
Text Example
Text Example
White with #0EC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC0DA; }
p { color: rgb(14,192,218); }
H1.HeaderClassName
{
color: #0EC0DA;
}
.AnyTagClassName
{
color: #0EC0DA;
}
</style>
background-color css
<style>
a { background-color: #0EC0DA; }
a { background-color: rgb(14,192,218); }
div.DivClassName
{
background-color: #0EC0DA;
}
.BgClassName
{
background-color: #0EC0DA;
}
</style>
border-color css
<style>
span { border-color: #0EC0DA; }
span { border-color: rgb(14,192,218); }
td.TdClassName
{
border-color: #0EC0DA;
}
.TagClassName
{
border-color: #0EC0DA;
}
</style>