Shades of Bright Turquoise #0EF7E6
Tints of Bright Turquoise #0EF7E6
RGB
CMYK
RGB Variations
Color information
#0EF7E6 (or 0x0EF7E6) is known color: Bright Turquoise. HEX triplet: 0E, F7 and E6. RGB value is (14,247,230). Sum of RGB (Red+Green+Blue) = 14+247+230=491 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.85% from 491); Green value is 247 (96.88% from 255 or 50.31% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 247 - color contains mainly: green. Hex color #0EF7E6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EF7E6 is #F10819. Grayscale: #AFAFAF. Windows color (decimal): -15796250 or 15136526. OLE color: 15136526.
HSL color Cylindrical-coordinate representation of color #0EF7E6: hue angle of 175.62º 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 #0EF7E6 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 247 | 230 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.03 |
| HSL | 175.62º | 0.94% | 0.51% | - |
| HSV(B) | 175.62º | 0.94% | 0.97% | - |
| XYZ | 47.72 | 72.33 | 86.31 | - |
| YUV | 175.4 | 158.81 | 12.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 247 | 230 | 0.94 | 0 | 0.07 | 0.03 | 175.62 | 0.94 | 0.51 |
| Hex | E | F7 | E6 | 5E | 0 | 7 | 3 | B0 | 5E | 33 |
| Octal | 16 | 367 | 346 | 136 | 0 | 7 | 3 | 260 | 136 | 63 |
| Binary | 1110 | 11110111 | 11100110 | 1011110 | 0 | 111 | 11 | 10110000 | 1011110 | 110011 |
Color Harmonies of #0EF7E6
Complementary color
Monochromatic Colors of #0EF7E6
Black with #0EF7E6
Text Example
Text Example
White with #0EF7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF7E6; }
p { color: rgb(14,247,230); }
H1.HeaderClassName
{
color: #0EF7E6;
}
.AnyTagClassName
{
color: #0EF7E6;
}
</style>
background-color css
<style>
a { background-color: #0EF7E6; }
a { background-color: rgb(14,247,230); }
div.DivClassName
{
background-color: #0EF7E6;
}
.BgClassName
{
background-color: #0EF7E6;
}
</style>
border-color css
<style>
span { border-color: #0EF7E6; }
span { border-color: rgb(14,247,230); }
td.TdClassName
{
border-color: #0EF7E6;
}
.TagClassName
{
border-color: #0EF7E6;
}
</style>