Shades of Dark Turquoise #0ECFE7
Tints of Dark Turquoise #0ECFE7
RGB
CMYK
RGB Variations
Color information
#0ECFE7 (or 0x0ECFE7) is known color: Dark Turquoise. HEX triplet: 0E, CF and E7. RGB value is (14,207,231). Sum of RGB (Red+Green+Blue) = 14+207+231=452 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.10% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 231 (90.62% from 255 or 51.11% from 452); Max value from RGB is 231 - color contains mainly: blue. Hex color #0ECFE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECFE7 is #F13018. Grayscale: #979797. Windows color (decimal): -15806489 or 15191822. OLE color: 15191822.
HSL color Cylindrical-coordinate representation of color #0ECFE7: hue angle of 186.64º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECFE7 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 207 | 231 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.09 |
| HSL | 186.64º | 0.89% | 0.48% | - |
| HSV(B) | 186.64º | 0.94% | 0.91% | - |
| XYZ | 36.92 | 50.49 | 83.4 | - |
| YUV | 152.03 | 172.56 | 29.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 207 | 231 | 0.94 | 0.10 | 0 | 0.09 | 186.64 | 0.89 | 0.48 |
| Hex | E | CF | E7 | 5E | A | 0 | 9 | BB | 59 | 30 |
| Octal | 16 | 317 | 347 | 136 | 12 | 0 | 11 | 273 | 131 | 60 |
| Binary | 1110 | 11001111 | 11100111 | 1011110 | 1010 | 0 | 1001 | 10111011 | 1011001 | 110000 |
Color Harmonies of #0ECFE7
Complementary color
Monochromatic Colors of #0ECFE7
Black with #0ECFE7
Text Example
Text Example
White with #0ECFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECFE7; }
p { color: rgb(14,207,231); }
H1.HeaderClassName
{
color: #0ECFE7;
}
.AnyTagClassName
{
color: #0ECFE7;
}
</style>
background-color css
<style>
a { background-color: #0ECFE7; }
a { background-color: rgb(14,207,231); }
div.DivClassName
{
background-color: #0ECFE7;
}
.BgClassName
{
background-color: #0ECFE7;
}
</style>
border-color css
<style>
span { border-color: #0ECFE7; }
span { border-color: rgb(14,207,231); }
td.TdClassName
{
border-color: #0ECFE7;
}
.TagClassName
{
border-color: #0ECFE7;
}
</style>