Shades of Dark Turquoise #0EDCCB
Tints of Dark Turquoise #0EDCCB
RGB
CMYK
RGB Variations
Color information
#0EDCCB (or 0x0EDCCB) is known color: Dark Turquoise. HEX triplet: 0E, DC and CB. RGB value is (14,220,203). Sum of RGB (Red+Green+Blue) = 14+220+203=437 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.20% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDCCB is #F12334. Grayscale: #9C9C9C. Windows color (decimal): -15803189 or 13360142. OLE color: 13360142.
HSL color Cylindrical-coordinate representation of color #0EDCCB: hue angle of 175.05º 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 #0EDCCB is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 203 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.14 |
| HSL | 175.05º | 0.88% | 0.46% | - |
| HSV(B) | 175.05º | 0.94% | 0.86% | - |
| XYZ | 36.55 | 55.59 | 65.3 | - |
| YUV | 156.47 | 154.25 | 26.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 203 | 0.94 | 0 | 0.08 | 0.14 | 175.05 | 0.88 | 0.46 |
| Hex | E | DC | CB | 5E | 0 | 8 | E | AF | 58 | 2E |
| Octal | 16 | 334 | 313 | 136 | 0 | 10 | 16 | 257 | 130 | 56 |
| Binary | 1110 | 11011100 | 11001011 | 1011110 | 0 | 1000 | 1110 | 10101111 | 1011000 | 101110 |
Color Harmonies of #0EDCCB
Complementary color
Monochromatic Colors of #0EDCCB
Black with #0EDCCB
Text Example
Text Example
White with #0EDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDCCB; }
p { color: rgb(14,220,203); }
H1.HeaderClassName
{
color: #0EDCCB;
}
.AnyTagClassName
{
color: #0EDCCB;
}
</style>
background-color css
<style>
a { background-color: #0EDCCB; }
a { background-color: rgb(14,220,203); }
div.DivClassName
{
background-color: #0EDCCB;
}
.BgClassName
{
background-color: #0EDCCB;
}
</style>
border-color css
<style>
span { border-color: #0EDCCB; }
span { border-color: rgb(14,220,203); }
td.TdClassName
{
border-color: #0EDCCB;
}
.TagClassName
{
border-color: #0EDCCB;
}
</style>