Shades of Dark Turquoise #0EC5DA
Tints of Dark Turquoise #0EC5DA
RGB
CMYK
RGB Variations
Color information
#0EC5DA (or 0x0EC5DA) is known color: Dark Turquoise. HEX triplet: 0E, C5 and DA. RGB value is (14,197,218). Sum of RGB (Red+Green+Blue) = 14+197+218=429 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #0EC5DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC5DA is #F13A25. Grayscale: #909090. Windows color (decimal): -15809062 or 14337294. OLE color: 14337294.
HSL color Cylindrical-coordinate representation of color #0EC5DA: hue angle of 186.18º 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 #0EC5DA is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 197 | 218 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.15 |
| HSL | 186.18º | 0.88% | 0.45% | - |
| HSV(B) | 186.18º | 0.94% | 0.85% | - |
| XYZ | 32.8 | 45.09 | 73.3 | - |
| YUV | 144.68 | 169.37 | 34.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 197 | 218 | 0.94 | 0.10 | 0 | 0.15 | 186.18 | 0.88 | 0.45 |
| Hex | E | C5 | DA | 5E | A | 0 | F | BA | 58 | 2D |
| Octal | 16 | 305 | 332 | 136 | 12 | 0 | 17 | 272 | 130 | 55 |
| Binary | 1110 | 11000101 | 11011010 | 1011110 | 1010 | 0 | 1111 | 10111010 | 1011000 | 101101 |
Color Harmonies of #0EC5DA
Complementary color
Monochromatic Colors of #0EC5DA
Black with #0EC5DA
Text Example
Text Example
White with #0EC5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC5DA; }
p { color: rgb(14,197,218); }
H1.HeaderClassName
{
color: #0EC5DA;
}
.AnyTagClassName
{
color: #0EC5DA;
}
</style>
background-color css
<style>
a { background-color: #0EC5DA; }
a { background-color: rgb(14,197,218); }
div.DivClassName
{
background-color: #0EC5DA;
}
.BgClassName
{
background-color: #0EC5DA;
}
</style>
border-color css
<style>
span { border-color: #0EC5DA; }
span { border-color: rgb(14,197,218); }
td.TdClassName
{
border-color: #0EC5DA;
}
.TagClassName
{
border-color: #0EC5DA;
}
</style>