Shades of Bright Turquoise #0ED9EF
Tints of Bright Turquoise #0ED9EF
RGB
CMYK
RGB Variations
Color information
#0ED9EF (or 0x0ED9EF) is known color: Bright Turquoise. HEX triplet: 0E, D9 and EF. RGB value is (14,217,239). Sum of RGB (Red+Green+Blue) = 14+217+239=470 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.98% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #0ED9EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ED9EF is #F12610. Grayscale: #9E9E9E. Windows color (decimal): -15803921 or 15718670. OLE color: 15718670.
HSL color Cylindrical-coordinate representation of color #0ED9EF: hue angle of 185.87º 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 #0ED9EF is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 217 | 239 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.06 |
| HSL | 185.87º | 0.89% | 0.5% | - |
| HSV(B) | 185.87º | 0.94% | 0.94% | - |
| XYZ | 40.57 | 55.95 | 90.32 | - |
| YUV | 158.81 | 173.25 | 24.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 217 | 239 | 0.94 | 0.09 | 0 | 0.06 | 185.87 | 0.89 | 0.5 |
| Hex | E | D9 | EF | 5E | 9 | 0 | 6 | BA | 59 | 32 |
| Octal | 16 | 331 | 357 | 136 | 11 | 0 | 6 | 272 | 131 | 62 |
| Binary | 1110 | 11011001 | 11101111 | 1011110 | 1001 | 0 | 110 | 10111010 | 1011001 | 110010 |
Color Harmonies of #0ED9EF
Complementary color
Monochromatic Colors of #0ED9EF
Black with #0ED9EF
Text Example
Text Example
White with #0ED9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED9EF; }
p { color: rgb(14,217,239); }
H1.HeaderClassName
{
color: #0ED9EF;
}
.AnyTagClassName
{
color: #0ED9EF;
}
</style>
background-color css
<style>
a { background-color: #0ED9EF; }
a { background-color: rgb(14,217,239); }
div.DivClassName
{
background-color: #0ED9EF;
}
.BgClassName
{
background-color: #0ED9EF;
}
</style>
border-color css
<style>
span { border-color: #0ED9EF; }
span { border-color: rgb(14,217,239); }
td.TdClassName
{
border-color: #0ED9EF;
}
.TagClassName
{
border-color: #0ED9EF;
}
</style>