Shades of Dark Turquoise #0EDBCB
Tints of Dark Turquoise #0EDBCB
RGB
CMYK
RGB Variations
Color information
#0EDBCB (or 0x0EDBCB) is known color: Dark Turquoise. HEX triplet: 0E, DB and CB. RGB value is (14,219,203). Sum of RGB (Red+Green+Blue) = 14+219+203=436 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.21% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDBCB is #F12434. Grayscale: #9B9B9B. Windows color (decimal): -15803445 or 13359886. OLE color: 13359886.
HSL color Cylindrical-coordinate representation of color #0EDBCB: hue angle of 175.32º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDBCB is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 219 | 203 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.14 |
| HSL | 175.32º | 0.88% | 0.46% | - |
| HSV(B) | 175.32º | 0.94% | 0.86% | - |
| XYZ | 36.29 | 55.07 | 65.22 | - |
| YUV | 155.88 | 154.58 | 26.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 219 | 203 | 0.94 | 0 | 0.07 | 0.14 | 175.32 | 0.88 | 0.46 |
| Hex | E | DB | CB | 5E | 0 | 7 | E | AF | 58 | 2E |
| Octal | 16 | 333 | 313 | 136 | 0 | 7 | 16 | 257 | 130 | 56 |
| Binary | 1110 | 11011011 | 11001011 | 1011110 | 0 | 111 | 1110 | 10101111 | 1011000 | 101110 |
Color Harmonies of #0EDBCB
Complementary color
Monochromatic Colors of #0EDBCB
Black with #0EDBCB
Text Example
Text Example
White with #0EDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDBCB; }
p { color: rgb(14,219,203); }
H1.HeaderClassName
{
color: #0EDBCB;
}
.AnyTagClassName
{
color: #0EDBCB;
}
</style>
background-color css
<style>
a { background-color: #0EDBCB; }
a { background-color: rgb(14,219,203); }
div.DivClassName
{
background-color: #0EDBCB;
}
.BgClassName
{
background-color: #0EDBCB;
}
</style>
border-color css
<style>
span { border-color: #0EDBCB; }
span { border-color: rgb(14,219,203); }
td.TdClassName
{
border-color: #0EDBCB;
}
.TagClassName
{
border-color: #0EDBCB;
}
</style>