Shades of Dark Turquoise #0EDACB
Tints of Dark Turquoise #0EDACB
RGB
CMYK
RGB Variations
Color information
#0EDACB (or 0x0EDACB) is known color: Dark Turquoise. HEX triplet: 0E, DA and CB. RGB value is (14,218,203). Sum of RGB (Red+Green+Blue) = 14+218+203=435 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.22% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #0EDACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDACB is #F12534. Grayscale: #9B9B9B. Windows color (decimal): -15803701 or 13359630. OLE color: 13359630.
HSL color Cylindrical-coordinate representation of color #0EDACB: hue angle of 175.59º 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 #0EDACB is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 218 | 203 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.15 |
| HSL | 175.59º | 0.88% | 0.45% | - |
| HSV(B) | 175.59º | 0.94% | 0.85% | - |
| XYZ | 36.03 | 54.55 | 65.13 | - |
| YUV | 155.29 | 154.91 | 27.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 218 | 203 | 0.94 | 0 | 0.07 | 0.15 | 175.59 | 0.88 | 0.45 |
| Hex | E | DA | CB | 5E | 0 | 7 | F | B0 | 58 | 2D |
| Octal | 16 | 332 | 313 | 136 | 0 | 7 | 17 | 260 | 130 | 55 |
| Binary | 1110 | 11011010 | 11001011 | 1011110 | 0 | 111 | 1111 | 10110000 | 1011000 | 101101 |
Color Harmonies of #0EDACB
Complementary color
Monochromatic Colors of #0EDACB
Black with #0EDACB
Text Example
Text Example
White with #0EDACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDACB; }
p { color: rgb(14,218,203); }
H1.HeaderClassName
{
color: #0EDACB;
}
.AnyTagClassName
{
color: #0EDACB;
}
</style>
background-color css
<style>
a { background-color: #0EDACB; }
a { background-color: rgb(14,218,203); }
div.DivClassName
{
background-color: #0EDACB;
}
.BgClassName
{
background-color: #0EDACB;
}
</style>
border-color css
<style>
span { border-color: #0EDACB; }
span { border-color: rgb(14,218,203); }
td.TdClassName
{
border-color: #0EDACB;
}
.TagClassName
{
border-color: #0EDACB;
}
</style>