Shades of Aqua #0EFEFA
Tints of Aqua #0EFEFA
RGB
CMYK
RGB Variations
Color information
#0EFEFA (or 0x0EFEFA) is known color: Aqua. HEX triplet: 0E, FE and FA. RGB value is (14,254,250). Sum of RGB (Red+Green+Blue) = 14+254+250=518 (68% of max value = 765). Red value is 14 (5.86% from 255 or 2.70% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFEFA is #F10105. Grayscale: #B5B5B5. Windows color (decimal): -15794438 or 16449038. OLE color: 16449038.
HSL color Cylindrical-coordinate representation of color #0EFEFA: hue angle of 179º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFEFA is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 254 | 250 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.00 |
| HSL | 179º | 0.99% | 0.53% | - |
| HSV(B) | 179º | 0.94% | 1% | - |
| XYZ | 52.88 | 77.88 | 102.69 | - |
| YUV | 181.78 | 166.49 | 8.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 254 | 250 | 0.94 | 0 | 0.02 | 0.00 | 179 | 0.99 | 0.53 |
| Hex | E | FE | FA | 5E | 0 | 2 | 0 | B3 | 63 | 35 |
| Octal | 16 | 376 | 372 | 136 | 0 | 2 | 0 | 263 | 143 | 65 |
| Binary | 1110 | 11111110 | 11111010 | 1011110 | 0 | 10 | 0 | 10110011 | 1100011 | 110101 |
Color Harmonies of #0EFEFA
Complementary color
Monochromatic Colors of #0EFEFA
Black with #0EFEFA
Text Example
Text Example
White with #0EFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFEFA; }
p { color: rgb(14,254,250); }
H1.HeaderClassName
{
color: #0EFEFA;
}
.AnyTagClassName
{
color: #0EFEFA;
}
</style>
background-color css
<style>
a { background-color: #0EFEFA; }
a { background-color: rgb(14,254,250); }
div.DivClassName
{
background-color: #0EFEFA;
}
.BgClassName
{
background-color: #0EFEFA;
}
</style>
border-color css
<style>
span { border-color: #0EFEFA; }
span { border-color: rgb(14,254,250); }
td.TdClassName
{
border-color: #0EFEFA;
}
.TagClassName
{
border-color: #0EFEFA;
}
</style>