Shades of Bright Turquoise #0EF7EE
Tints of Bright Turquoise #0EF7EE
RGB
CMYK
RGB Variations
Color information
#0EF7EE (or 0x0EF7EE) is known color: Bright Turquoise. HEX triplet: 0E, F7 and EE. RGB value is (14,247,238). Sum of RGB (Red+Green+Blue) = 14+247+238=499 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.81% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 247 - color contains mainly: green. Hex color #0EF7EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EF7EE is #F10811. Grayscale: #B0B0B0. Windows color (decimal): -15796242 or 15660814. OLE color: 15660814.
HSL color Cylindrical-coordinate representation of color #0EF7EE: hue angle of 177.68º 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 #0EF7EE is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 247 | 238 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.03 |
| HSL | 177.68º | 0.94% | 0.51% | - |
| HSV(B) | 177.68º | 0.94% | 0.97% | - |
| XYZ | 48.87 | 72.79 | 92.36 | - |
| YUV | 176.31 | 162.81 | 12.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 247 | 238 | 0.94 | 0 | 0.04 | 0.03 | 177.68 | 0.94 | 0.51 |
| Hex | E | F7 | EE | 5E | 0 | 4 | 3 | B2 | 5E | 33 |
| Octal | 16 | 367 | 356 | 136 | 0 | 4 | 3 | 262 | 136 | 63 |
| Binary | 1110 | 11110111 | 11101110 | 1011110 | 0 | 100 | 11 | 10110010 | 1011110 | 110011 |
Color Harmonies of #0EF7EE
Complementary color
Monochromatic Colors of #0EF7EE
Black with #0EF7EE
Text Example
Text Example
White with #0EF7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF7EE; }
p { color: rgb(14,247,238); }
H1.HeaderClassName
{
color: #0EF7EE;
}
.AnyTagClassName
{
color: #0EF7EE;
}
</style>
background-color css
<style>
a { background-color: #0EF7EE; }
a { background-color: rgb(14,247,238); }
div.DivClassName
{
background-color: #0EF7EE;
}
.BgClassName
{
background-color: #0EF7EE;
}
</style>
border-color css
<style>
span { border-color: #0EF7EE; }
span { border-color: rgb(14,247,238); }
td.TdClassName
{
border-color: #0EF7EE;
}
.TagClassName
{
border-color: #0EF7EE;
}
</style>