Shades of Bright Turquoise #0EDEEE
Tints of Bright Turquoise #0EDEEE
RGB
CMYK
RGB Variations
Color information
#0EDEEE (or 0x0EDEEE) is known color: Bright Turquoise. HEX triplet: 0E, DE and EE. RGB value is (14,222,238). Sum of RGB (Red+Green+Blue) = 14+222+238=474 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.95% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #0EDEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDEEE is #F12111. Grayscale: #A1A1A1. Windows color (decimal): -15802642 or 15654414. OLE color: 15654414.
HSL color Cylindrical-coordinate representation of color #0EDEEE: hue angle of 184.29º 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 #0EDEEE is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 222 | 238 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.07 |
| HSL | 184.29º | 0.89% | 0.49% | - |
| HSV(B) | 184.29º | 0.94% | 0.93% | - |
| XYZ | 41.74 | 58.51 | 89.98 | - |
| YUV | 161.63 | 171.09 | 22.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 222 | 238 | 0.94 | 0.07 | 0 | 0.07 | 184.29 | 0.89 | 0.49 |
| Hex | E | DE | EE | 5E | 7 | 0 | 7 | B8 | 59 | 31 |
| Octal | 16 | 336 | 356 | 136 | 7 | 0 | 7 | 270 | 131 | 61 |
| Binary | 1110 | 11011110 | 11101110 | 1011110 | 111 | 0 | 111 | 10111000 | 1011001 | 110001 |
Color Harmonies of #0EDEEE
Complementary color
Monochromatic Colors of #0EDEEE
Black with #0EDEEE
Text Example
Text Example
White with #0EDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDEEE; }
p { color: rgb(14,222,238); }
H1.HeaderClassName
{
color: #0EDEEE;
}
.AnyTagClassName
{
color: #0EDEEE;
}
</style>
background-color css
<style>
a { background-color: #0EDEEE; }
a { background-color: rgb(14,222,238); }
div.DivClassName
{
background-color: #0EDEEE;
}
.BgClassName
{
background-color: #0EDEEE;
}
</style>
border-color css
<style>
span { border-color: #0EDEEE; }
span { border-color: rgb(14,222,238); }
td.TdClassName
{
border-color: #0EDEEE;
}
.TagClassName
{
border-color: #0EDEEE;
}
</style>