Shades of Bright Turquoise #0ED5EF
Tints of Bright Turquoise #0ED5EF
RGB
CMYK
RGB Variations
Color information
#0ED5EF (or 0x0ED5EF) is known color: Bright Turquoise. HEX triplet: 0E, D5 and EF. RGB value is (14,213,239). Sum of RGB (Red+Green+Blue) = 14+213+239=466 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.00% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #0ED5EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ED5EF is #F12A10. Grayscale: #9C9C9C. Windows color (decimal): -15804945 or 15717646. OLE color: 15717646.
HSL color Cylindrical-coordinate representation of color #0ED5EF: hue angle of 186.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED5EF is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 213 | 239 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.06 |
| HSL | 186.93º | 0.89% | 0.5% | - |
| HSV(B) | 186.93º | 0.94% | 0.94% | - |
| XYZ | 39.56 | 53.91 | 89.98 | - |
| YUV | 156.46 | 174.57 | 26.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 213 | 239 | 0.94 | 0.11 | 0 | 0.06 | 186.93 | 0.89 | 0.5 |
| Hex | E | D5 | EF | 5E | B | 0 | 6 | BB | 59 | 32 |
| Octal | 16 | 325 | 357 | 136 | 13 | 0 | 6 | 273 | 131 | 62 |
| Binary | 1110 | 11010101 | 11101111 | 1011110 | 1011 | 0 | 110 | 10111011 | 1011001 | 110010 |
Color Harmonies of #0ED5EF
Complementary color
Monochromatic Colors of #0ED5EF
Black with #0ED5EF
Text Example
Text Example
White with #0ED5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED5EF; }
p { color: rgb(14,213,239); }
H1.HeaderClassName
{
color: #0ED5EF;
}
.AnyTagClassName
{
color: #0ED5EF;
}
</style>
background-color css
<style>
a { background-color: #0ED5EF; }
a { background-color: rgb(14,213,239); }
div.DivClassName
{
background-color: #0ED5EF;
}
.BgClassName
{
background-color: #0ED5EF;
}
</style>
border-color css
<style>
span { border-color: #0ED5EF; }
span { border-color: rgb(14,213,239); }
td.TdClassName
{
border-color: #0ED5EF;
}
.TagClassName
{
border-color: #0ED5EF;
}
</style>