Shades of Dark Turquoise #0EC0DF
Tints of Dark Turquoise #0EC0DF
RGB
CMYK
RGB Variations
Color information
#0EC0DF (or 0x0EC0DF) is known color: Dark Turquoise. HEX triplet: 0E, C0 and DF. RGB value is (14,192,223). Sum of RGB (Red+Green+Blue) = 14+192+223=429 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #0EC0DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC0DF is #F13F20. Grayscale: #8E8E8E. Windows color (decimal): -15810337 or 14663694. OLE color: 14663694.
HSL color Cylindrical-coordinate representation of color #0EC0DF: hue angle of 188.9º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EC0DF is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 192 | 223 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.13 |
| HSL | 188.9º | 0.88% | 0.46% | - |
| HSV(B) | 188.9º | 0.94% | 0.87% | - |
| XYZ | 32.35 | 43.12 | 76.43 | - |
| YUV | 142.31 | 173.53 | 36.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 223 | 0.94 | 0.14 | 0 | 0.13 | 188.9 | 0.88 | 0.46 |
| Hex | E | C0 | DF | 5E | E | 0 | D | BD | 58 | 2E |
| Octal | 16 | 300 | 337 | 136 | 16 | 0 | 15 | 275 | 130 | 56 |
| Binary | 1110 | 11000000 | 11011111 | 1011110 | 1110 | 0 | 1101 | 10111101 | 1011000 | 101110 |
Color Harmonies of #0EC0DF
Complementary color
Monochromatic Colors of #0EC0DF
Black with #0EC0DF
Text Example
Text Example
White with #0EC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC0DF; }
p { color: rgb(14,192,223); }
H1.HeaderClassName
{
color: #0EC0DF;
}
.AnyTagClassName
{
color: #0EC0DF;
}
</style>
background-color css
<style>
a { background-color: #0EC0DF; }
a { background-color: rgb(14,192,223); }
div.DivClassName
{
background-color: #0EC0DF;
}
.BgClassName
{
background-color: #0EC0DF;
}
</style>
border-color css
<style>
span { border-color: #0EC0DF; }
span { border-color: rgb(14,192,223); }
td.TdClassName
{
border-color: #0EC0DF;
}
.TagClassName
{
border-color: #0EC0DF;
}
</style>