Shades of Aqua #11FEEE
Tints of Aqua #11FEEE
RGB
CMYK
RGB Variations
Color information
#11FEEE (or 0x11FEEE) is known color: Aqua. HEX triplet: 11, FE and EE. RGB value is (17,254,238). Sum of RGB (Red+Green+Blue) = 17+254+238=509 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.34% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #11FEEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FEEE is #EE0111. Grayscale: #B5B5B5. Windows color (decimal): -15597842 or 15662609. OLE color: 15662609.
HSL color Cylindrical-coordinate representation of color #11FEEE: hue angle of 175.95º 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 #11FEEE is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 254 | 238 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.00 |
| HSL | 175.95º | 0.99% | 0.53% | - |
| HSV(B) | 175.95º | 0.93% | 1% | - |
| XYZ | 51.11 | 77.18 | 93.09 | - |
| YUV | 181.31 | 159.98 | 10.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 254 | 238 | 0.93 | 0 | 0.06 | 0.00 | 175.95 | 0.99 | 0.53 |
| Hex | 11 | FE | EE | 5D | 0 | 6 | 0 | B0 | 63 | 35 |
| Octal | 21 | 376 | 356 | 135 | 0 | 6 | 0 | 260 | 143 | 65 |
| Binary | 10001 | 11111110 | 11101110 | 1011101 | 0 | 110 | 0 | 10110000 | 1100011 | 110101 |
Color Harmonies of #11FEEE
Complementary color
Monochromatic Colors of #11FEEE
Black with #11FEEE
Text Example
Text Example
White with #11FEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FEEE; }
p { color: rgb(17,254,238); }
H1.HeaderClassName
{
color: #11FEEE;
}
.AnyTagClassName
{
color: #11FEEE;
}
</style>
background-color css
<style>
a { background-color: #11FEEE; }
a { background-color: rgb(17,254,238); }
div.DivClassName
{
background-color: #11FEEE;
}
.BgClassName
{
background-color: #11FEEE;
}
</style>
border-color css
<style>
span { border-color: #11FEEE; }
span { border-color: rgb(17,254,238); }
td.TdClassName
{
border-color: #11FEEE;
}
.TagClassName
{
border-color: #11FEEE;
}
</style>