Shades of Dark Turquoise #0EDACF
Tints of Dark Turquoise #0EDACF
RGB
CMYK
RGB Variations
Color information
#0EDACF (or 0x0EDACF) is known color: Dark Turquoise. HEX triplet: 0E, DA and CF. RGB value is (14,218,207). Sum of RGB (Red+Green+Blue) = 14+218+207=439 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.19% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #0EDACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDACF is #F12530. Grayscale: #9B9B9B. Windows color (decimal): -15803697 or 13621774. OLE color: 13621774.
HSL color Cylindrical-coordinate representation of color #0EDACF: hue angle of 176.76º 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 #0EDACF is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 218 | 207 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.15 |
| HSL | 176.76º | 0.88% | 0.45% | - |
| HSV(B) | 176.76º | 0.94% | 0.85% | - |
| XYZ | 36.51 | 54.74 | 67.67 | - |
| YUV | 155.75 | 156.91 | 26.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 218 | 207 | 0.94 | 0 | 0.05 | 0.15 | 176.76 | 0.88 | 0.45 |
| Hex | E | DA | CF | 5E | 0 | 5 | F | B1 | 58 | 2D |
| Octal | 16 | 332 | 317 | 136 | 0 | 5 | 17 | 261 | 130 | 55 |
| Binary | 1110 | 11011010 | 11001111 | 1011110 | 0 | 101 | 1111 | 10110001 | 1011000 | 101101 |
Color Harmonies of #0EDACF
Complementary color
Monochromatic Colors of #0EDACF
Black with #0EDACF
Text Example
Text Example
White with #0EDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDACF; }
p { color: rgb(14,218,207); }
H1.HeaderClassName
{
color: #0EDACF;
}
.AnyTagClassName
{
color: #0EDACF;
}
</style>
background-color css
<style>
a { background-color: #0EDACF; }
a { background-color: rgb(14,218,207); }
div.DivClassName
{
background-color: #0EDACF;
}
.BgClassName
{
background-color: #0EDACF;
}
</style>
border-color css
<style>
span { border-color: #0EDACF; }
span { border-color: rgb(14,218,207); }
td.TdClassName
{
border-color: #0EDACF;
}
.TagClassName
{
border-color: #0EDACF;
}
</style>