Shades of Bright Turquoise #0EDEF7
Tints of Bright Turquoise #0EDEF7
RGB
CMYK
RGB Variations
Color information
#0EDEF7 (or 0x0EDEF7) is known color: Bright Turquoise. HEX triplet: 0E, DE and F7. RGB value is (14,222,247). Sum of RGB (Red+Green+Blue) = 14+222+247=483 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.90% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #0EDEF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDEF7 is #F12108. Grayscale: #A2A2A2. Windows color (decimal): -15802633 or 16244238. OLE color: 16244238.
HSL color Cylindrical-coordinate representation of color #0EDEF7: hue angle of 186.44º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDEF7 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 222 | 247 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.03 |
| HSL | 186.44º | 0.94% | 0.51% | - |
| HSV(B) | 186.44º | 0.94% | 0.97% | - |
| XYZ | 43.09 | 59.05 | 97.12 | - |
| YUV | 162.66 | 175.59 | 21.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 222 | 247 | 0.94 | 0.10 | 0 | 0.03 | 186.44 | 0.94 | 0.51 |
| Hex | E | DE | F7 | 5E | A | 0 | 3 | BA | 5E | 33 |
| Octal | 16 | 336 | 367 | 136 | 12 | 0 | 3 | 272 | 136 | 63 |
| Binary | 1110 | 11011110 | 11110111 | 1011110 | 1010 | 0 | 11 | 10111010 | 1011110 | 110011 |
Color Harmonies of #0EDEF7
Complementary color
Monochromatic Colors of #0EDEF7
Black with #0EDEF7
Text Example
Text Example
White with #0EDEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDEF7; }
p { color: rgb(14,222,247); }
H1.HeaderClassName
{
color: #0EDEF7;
}
.AnyTagClassName
{
color: #0EDEF7;
}
</style>
background-color css
<style>
a { background-color: #0EDEF7; }
a { background-color: rgb(14,222,247); }
div.DivClassName
{
background-color: #0EDEF7;
}
.BgClassName
{
background-color: #0EDEF7;
}
</style>
border-color css
<style>
span { border-color: #0EDEF7; }
span { border-color: rgb(14,222,247); }
td.TdClassName
{
border-color: #0EDEF7;
}
.TagClassName
{
border-color: #0EDEF7;
}
</style>