Shades of Dark Turquoise #0ECBD1
Tints of Dark Turquoise #0ECBD1
RGB
CMYK
RGB Variations
Color information
#0ECBD1 (or 0x0ECBD1) is known color: Dark Turquoise. HEX triplet: 0E, CB and D1. RGB value is (14,203,209). Sum of RGB (Red+Green+Blue) = 14+203+209=426 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #0ECBD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECBD1 is #F1342E. Grayscale: #929292. Windows color (decimal): -15807535 or 13749006. OLE color: 13749006.
HSL color Cylindrical-coordinate representation of color #0ECBD1: hue angle of 181.85º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECBD1 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 203 | 209 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.18 |
| HSL | 181.85º | 0.87% | 0.44% | - |
| HSV(B) | 181.85º | 0.93% | 0.82% | - |
| XYZ | 33.05 | 47.41 | 67.73 | - |
| YUV | 147.17 | 162.88 | 33.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 203 | 209 | 0.93 | 0.03 | 0 | 0.18 | 181.85 | 0.87 | 0.44 |
| Hex | E | CB | D1 | 5D | 3 | 0 | 12 | B6 | 57 | 2C |
| Octal | 16 | 313 | 321 | 135 | 3 | 0 | 22 | 266 | 127 | 54 |
| Binary | 1110 | 11001011 | 11010001 | 1011101 | 11 | 0 | 10010 | 10110110 | 1010111 | 101100 |
Color Harmonies of #0ECBD1
Complementary color
Monochromatic Colors of #0ECBD1
Black with #0ECBD1
Text Example
Text Example
White with #0ECBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECBD1; }
p { color: rgb(14,203,209); }
H1.HeaderClassName
{
color: #0ECBD1;
}
.AnyTagClassName
{
color: #0ECBD1;
}
</style>
background-color css
<style>
a { background-color: #0ECBD1; }
a { background-color: rgb(14,203,209); }
div.DivClassName
{
background-color: #0ECBD1;
}
.BgClassName
{
background-color: #0ECBD1;
}
</style>
border-color css
<style>
span { border-color: #0ECBD1; }
span { border-color: rgb(14,203,209); }
td.TdClassName
{
border-color: #0ECBD1;
}
.TagClassName
{
border-color: #0ECBD1;
}
</style>