Shades of Dark Turquoise #0ECBDF
Tints of Dark Turquoise #0ECBDF
RGB
CMYK
RGB Variations
Color information
#0ECBDF (or 0x0ECBDF) is known color: Dark Turquoise. HEX triplet: 0E, CB and DF. RGB value is (14,203,223). Sum of RGB (Red+Green+Blue) = 14+203+223=440 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.18% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #0ECBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECBDF is #F13420. Grayscale: #949494. Windows color (decimal): -15807521 or 14666510. OLE color: 14666510.
HSL color Cylindrical-coordinate representation of color #0ECBDF: hue angle of 185.74º 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 #0ECBDF is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 203 | 223 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.13 |
| HSL | 185.74º | 0.88% | 0.46% | - |
| HSV(B) | 185.74º | 0.94% | 0.87% | - |
| XYZ | 34.86 | 48.13 | 77.27 | - |
| YUV | 148.77 | 169.88 | 31.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 203 | 223 | 0.94 | 0.09 | 0 | 0.13 | 185.74 | 0.88 | 0.46 |
| Hex | E | CB | DF | 5E | 9 | 0 | D | BA | 58 | 2E |
| Octal | 16 | 313 | 337 | 136 | 11 | 0 | 15 | 272 | 130 | 56 |
| Binary | 1110 | 11001011 | 11011111 | 1011110 | 1001 | 0 | 1101 | 10111010 | 1011000 | 101110 |
Color Harmonies of #0ECBDF
Complementary color
Monochromatic Colors of #0ECBDF
Black with #0ECBDF
Text Example
Text Example
White with #0ECBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECBDF; }
p { color: rgb(14,203,223); }
H1.HeaderClassName
{
color: #0ECBDF;
}
.AnyTagClassName
{
color: #0ECBDF;
}
</style>
background-color css
<style>
a { background-color: #0ECBDF; }
a { background-color: rgb(14,203,223); }
div.DivClassName
{
background-color: #0ECBDF;
}
.BgClassName
{
background-color: #0ECBDF;
}
</style>
border-color css
<style>
span { border-color: #0ECBDF; }
span { border-color: rgb(14,203,223); }
td.TdClassName
{
border-color: #0ECBDF;
}
.TagClassName
{
border-color: #0ECBDF;
}
</style>