Shades of Dark Turquoise #0ECADA
Tints of Dark Turquoise #0ECADA
RGB
CMYK
RGB Variations
Color information
#0ECADA (or 0x0ECADA) is known color: Dark Turquoise. HEX triplet: 0E, CA and DA. RGB value is (14,202,218). Sum of RGB (Red+Green+Blue) = 14+202+218=434 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.23% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #0ECADA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECADA is #F13525. Grayscale: #939393. Windows color (decimal): -15807782 or 14338574. OLE color: 14338574.
HSL color Cylindrical-coordinate representation of color #0ECADA: hue angle of 184.71º 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 #0ECADA is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 202 | 218 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.15 |
| HSL | 184.71º | 0.88% | 0.45% | - |
| HSV(B) | 184.71º | 0.94% | 0.85% | - |
| XYZ | 33.96 | 47.4 | 73.69 | - |
| YUV | 147.61 | 167.72 | 32.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 218 | 0.94 | 0.07 | 0 | 0.15 | 184.71 | 0.88 | 0.45 |
| Hex | E | CA | DA | 5E | 7 | 0 | F | B9 | 58 | 2D |
| Octal | 16 | 312 | 332 | 136 | 7 | 0 | 17 | 271 | 130 | 55 |
| Binary | 1110 | 11001010 | 11011010 | 1011110 | 111 | 0 | 1111 | 10111001 | 1011000 | 101101 |
Color Harmonies of #0ECADA
Complementary color
Monochromatic Colors of #0ECADA
Black with #0ECADA
Text Example
Text Example
White with #0ECADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECADA; }
p { color: rgb(14,202,218); }
H1.HeaderClassName
{
color: #0ECADA;
}
.AnyTagClassName
{
color: #0ECADA;
}
</style>
background-color css
<style>
a { background-color: #0ECADA; }
a { background-color: rgb(14,202,218); }
div.DivClassName
{
background-color: #0ECADA;
}
.BgClassName
{
background-color: #0ECADA;
}
</style>
border-color css
<style>
span { border-color: #0ECADA; }
span { border-color: rgb(14,202,218); }
td.TdClassName
{
border-color: #0ECADA;
}
.TagClassName
{
border-color: #0ECADA;
}
</style>