Shades of Bright Turquoise #0ED9ED
Tints of Bright Turquoise #0ED9ED
RGB
CMYK
RGB Variations
Color information
#0ED9ED (or 0x0ED9ED) is known color: Bright Turquoise. HEX triplet: 0E, D9 and ED. RGB value is (14,217,237). Sum of RGB (Red+Green+Blue) = 14+217+237=468 (61% of max value = 765). Red value is 14 (5.86% from 255 or 2.99% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #0ED9ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ED9ED is #F12612. Grayscale: #9E9E9E. Windows color (decimal): -15803923 or 15587598. OLE color: 15587598.
HSL color Cylindrical-coordinate representation of color #0ED9ED: hue angle of 185.38º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED9ED is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 217 | 237 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.07 |
| HSL | 185.38º | 0.89% | 0.49% | - |
| HSV(B) | 185.38º | 0.94% | 0.93% | - |
| XYZ | 40.28 | 55.83 | 88.77 | - |
| YUV | 158.58 | 172.25 | 24.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 217 | 237 | 0.94 | 0.08 | 0 | 0.07 | 185.38 | 0.89 | 0.49 |
| Hex | E | D9 | ED | 5E | 8 | 0 | 7 | B9 | 59 | 31 |
| Octal | 16 | 331 | 355 | 136 | 10 | 0 | 7 | 271 | 131 | 61 |
| Binary | 1110 | 11011001 | 11101101 | 1011110 | 1000 | 0 | 111 | 10111001 | 1011001 | 110001 |
Color Harmonies of #0ED9ED
Complementary color
Monochromatic Colors of #0ED9ED
Black with #0ED9ED
Text Example
Text Example
White with #0ED9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED9ED; }
p { color: rgb(14,217,237); }
H1.HeaderClassName
{
color: #0ED9ED;
}
.AnyTagClassName
{
color: #0ED9ED;
}
</style>
background-color css
<style>
a { background-color: #0ED9ED; }
a { background-color: rgb(14,217,237); }
div.DivClassName
{
background-color: #0ED9ED;
}
.BgClassName
{
background-color: #0ED9ED;
}
</style>
border-color css
<style>
span { border-color: #0ED9ED; }
span { border-color: rgb(14,217,237); }
td.TdClassName
{
border-color: #0ED9ED;
}
.TagClassName
{
border-color: #0ED9ED;
}
</style>