Shades of Bright Turquoise #0EEEEF
Tints of Bright Turquoise #0EEEEF
RGB
CMYK
RGB Variations
Color information
#0EEEEF (or 0x0EEEEF) is known color: Bright Turquoise. HEX triplet: 0E, EE and EF. RGB value is (14,238,239). Sum of RGB (Red+Green+Blue) = 14+238+239=491 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.85% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #0EEEEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEEEF is #F11110. Grayscale: #AAAAAA. Windows color (decimal): -15798545 or 15724046. OLE color: 15724046.
HSL color Cylindrical-coordinate representation of color #0EEEEF: hue angle of 180.27º 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 #0EEEEF is Cyan = 0.94, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 238 | 239 | - |
| CMYK | 0.94 | 0.00 | 0 | 0.06 |
| HSL | 180.27º | 0.89% | 0.5% | - |
| HSV(B) | 180.27º | 0.94% | 0.94% | - |
| XYZ | 46.34 | 67.47 | 92.24 | - |
| YUV | 171.14 | 166.29 | 15.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 238 | 239 | 0.94 | 0.00 | 0 | 0.06 | 180.27 | 0.89 | 0.5 |
| Hex | E | EE | EF | 5E | 0 | 0 | 6 | B4 | 59 | 32 |
| Octal | 16 | 356 | 357 | 136 | 0 | 0 | 6 | 264 | 131 | 62 |
| Binary | 1110 | 11101110 | 11101111 | 1011110 | 0 | 0 | 110 | 10110100 | 1011001 | 110010 |
Color Harmonies of #0EEEEF
Complementary color
Monochromatic Colors of #0EEEEF
Black with #0EEEEF
Text Example
Text Example
White with #0EEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEEEF; }
p { color: rgb(14,238,239); }
H1.HeaderClassName
{
color: #0EEEEF;
}
.AnyTagClassName
{
color: #0EEEEF;
}
</style>
background-color css
<style>
a { background-color: #0EEEEF; }
a { background-color: rgb(14,238,239); }
div.DivClassName
{
background-color: #0EEEEF;
}
.BgClassName
{
background-color: #0EEEEF;
}
</style>
border-color css
<style>
span { border-color: #0EEEEF; }
span { border-color: rgb(14,238,239); }
td.TdClassName
{
border-color: #0EEEEF;
}
.TagClassName
{
border-color: #0EEEEF;
}
</style>