Shades of Dark Turquoise #0ECADF
Tints of Dark Turquoise #0ECADF
RGB
CMYK
RGB Variations
Color information
#0ECADF (or 0x0ECADF) is known color: Dark Turquoise. HEX triplet: 0E, CA and DF. RGB value is (14,202,223). Sum of RGB (Red+Green+Blue) = 14+202+223=439 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.19% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #0ECADF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECADF is #F13520. Grayscale: #939393. Windows color (decimal): -15807777 or 14666254. OLE color: 14666254.
HSL color Cylindrical-coordinate representation of color #0ECADF: hue angle of 186.03º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECADF is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 202 | 223 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.13 |
| HSL | 186.03º | 0.88% | 0.46% | - |
| HSV(B) | 186.03º | 0.94% | 0.87% | - |
| XYZ | 34.62 | 47.66 | 77.19 | - |
| YUV | 148.18 | 170.22 | 32.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 223 | 0.94 | 0.09 | 0 | 0.13 | 186.03 | 0.88 | 0.46 |
| Hex | E | CA | DF | 5E | 9 | 0 | D | BA | 58 | 2E |
| Octal | 16 | 312 | 337 | 136 | 11 | 0 | 15 | 272 | 130 | 56 |
| Binary | 1110 | 11001010 | 11011111 | 1011110 | 1001 | 0 | 1101 | 10111010 | 1011000 | 101110 |
Color Harmonies of #0ECADF
Complementary color
Monochromatic Colors of #0ECADF
Black with #0ECADF
Text Example
Text Example
White with #0ECADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECADF; }
p { color: rgb(14,202,223); }
H1.HeaderClassName
{
color: #0ECADF;
}
.AnyTagClassName
{
color: #0ECADF;
}
</style>
background-color css
<style>
a { background-color: #0ECADF; }
a { background-color: rgb(14,202,223); }
div.DivClassName
{
background-color: #0ECADF;
}
.BgClassName
{
background-color: #0ECADF;
}
</style>
border-color css
<style>
span { border-color: #0ECADF; }
span { border-color: rgb(14,202,223); }
td.TdClassName
{
border-color: #0ECADF;
}
.TagClassName
{
border-color: #0ECADF;
}
</style>