Shades of Dark Turquoise #0ECFEA
Tints of Dark Turquoise #0ECFEA
RGB
CMYK
RGB Variations
Color information
#0ECFEA (or 0x0ECFEA) is known color: Dark Turquoise. HEX triplet: 0E, CF and EA. RGB value is (14,207,234). Sum of RGB (Red+Green+Blue) = 14+207+234=455 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.08% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #0ECFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECFEA is #F13015. Grayscale: #989898. Windows color (decimal): -15806486 or 15388430. OLE color: 15388430.
HSL color Cylindrical-coordinate representation of color #0ECFEA: hue angle of 187.36º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECFEA is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 207 | 234 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.08 |
| HSL | 187.36º | 0.89% | 0.49% | - |
| HSV(B) | 187.36º | 0.94% | 0.92% | - |
| XYZ | 37.35 | 50.66 | 85.65 | - |
| YUV | 152.37 | 174.06 | 29.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 207 | 234 | 0.94 | 0.12 | 0 | 0.08 | 187.36 | 0.89 | 0.49 |
| Hex | E | CF | EA | 5E | C | 0 | 8 | BB | 59 | 31 |
| Octal | 16 | 317 | 352 | 136 | 14 | 0 | 10 | 273 | 131 | 61 |
| Binary | 1110 | 11001111 | 11101010 | 1011110 | 1100 | 0 | 1000 | 10111011 | 1011001 | 110001 |
Color Harmonies of #0ECFEA
Complementary color
Monochromatic Colors of #0ECFEA
Black with #0ECFEA
Text Example
Text Example
White with #0ECFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECFEA; }
p { color: rgb(14,207,234); }
H1.HeaderClassName
{
color: #0ECFEA;
}
.AnyTagClassName
{
color: #0ECFEA;
}
</style>
background-color css
<style>
a { background-color: #0ECFEA; }
a { background-color: rgb(14,207,234); }
div.DivClassName
{
background-color: #0ECFEA;
}
.BgClassName
{
background-color: #0ECFEA;
}
</style>
border-color css
<style>
span { border-color: #0ECFEA; }
span { border-color: rgb(14,207,234); }
td.TdClassName
{
border-color: #0ECFEA;
}
.TagClassName
{
border-color: #0ECFEA;
}
</style>