Shades of Aqua #11FEFA
Tints of Aqua #11FEFA
RGB
CMYK
RGB Variations
Color information
#11FEFA (or 0x11FEFA) is known color: Aqua. HEX triplet: 11, FE and FA. RGB value is (17,254,250). Sum of RGB (Red+Green+Blue) = 17+254+250=521 (69% of max value = 765). Red value is 17 (7.03% from 255 or 3.26% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #11FEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FEFA is #EE0105. Grayscale: #B6B6B6. Windows color (decimal): -15597830 or 16449041. OLE color: 16449041.
HSL color Cylindrical-coordinate representation of color #11FEFA: hue angle of 178.99º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FEFA is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 254 | 250 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.00 |
| HSL | 178.99º | 0.99% | 0.53% | - |
| HSV(B) | 178.99º | 0.93% | 1% | - |
| XYZ | 52.93 | 77.9 | 102.69 | - |
| YUV | 182.68 | 165.98 | 9.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 254 | 250 | 0.93 | 0 | 0.02 | 0.00 | 178.99 | 0.99 | 0.53 |
| Hex | 11 | FE | FA | 5D | 0 | 2 | 0 | B3 | 63 | 35 |
| Octal | 21 | 376 | 372 | 135 | 0 | 2 | 0 | 263 | 143 | 65 |
| Binary | 10001 | 11111110 | 11111010 | 1011101 | 0 | 10 | 0 | 10110011 | 1100011 | 110101 |
Color Harmonies of #11FEFA
Complementary color
Monochromatic Colors of #11FEFA
Black with #11FEFA
Text Example
Text Example
White with #11FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FEFA; }
p { color: rgb(17,254,250); }
H1.HeaderClassName
{
color: #11FEFA;
}
.AnyTagClassName
{
color: #11FEFA;
}
</style>
background-color css
<style>
a { background-color: #11FEFA; }
a { background-color: rgb(17,254,250); }
div.DivClassName
{
background-color: #11FEFA;
}
.BgClassName
{
background-color: #11FEFA;
}
</style>
border-color css
<style>
span { border-color: #11FEFA; }
span { border-color: rgb(17,254,250); }
td.TdClassName
{
border-color: #11FEFA;
}
.TagClassName
{
border-color: #11FEFA;
}
</style>