Shades of Aqua #11FEED
Tints of Aqua #11FEED
RGB
CMYK
RGB Variations
Color information
#11FEED (or 0x11FEED) is known color: Aqua. HEX triplet: 11, FE and ED. RGB value is (17,254,237). Sum of RGB (Red+Green+Blue) = 17+254+237=508 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.35% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #11FEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FEED is #EE0112. Grayscale: #B5B5B5. Windows color (decimal): -15597843 or 15597073. OLE color: 15597073.
HSL color Cylindrical-coordinate representation of color #11FEED: hue angle of 175.7º 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 #11FEED is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 254 | 237 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.00 |
| HSL | 175.7º | 0.99% | 0.53% | - |
| HSV(B) | 175.7º | 0.93% | 1% | - |
| XYZ | 50.96 | 77.12 | 92.32 | - |
| YUV | 181.2 | 159.48 | 10.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 254 | 237 | 0.93 | 0 | 0.07 | 0.00 | 175.7 | 0.99 | 0.53 |
| Hex | 11 | FE | ED | 5D | 0 | 7 | 0 | B0 | 63 | 35 |
| Octal | 21 | 376 | 355 | 135 | 0 | 7 | 0 | 260 | 143 | 65 |
| Binary | 10001 | 11111110 | 11101101 | 1011101 | 0 | 111 | 0 | 10110000 | 1100011 | 110101 |
Color Harmonies of #11FEED
Complementary color
Monochromatic Colors of #11FEED
Black with #11FEED
Text Example
Text Example
White with #11FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FEED; }
p { color: rgb(17,254,237); }
H1.HeaderClassName
{
color: #11FEED;
}
.AnyTagClassName
{
color: #11FEED;
}
</style>
background-color css
<style>
a { background-color: #11FEED; }
a { background-color: rgb(17,254,237); }
div.DivClassName
{
background-color: #11FEED;
}
.BgClassName
{
background-color: #11FEED;
}
</style>
border-color css
<style>
span { border-color: #11FEED; }
span { border-color: rgb(17,254,237); }
td.TdClassName
{
border-color: #11FEED;
}
.TagClassName
{
border-color: #11FEED;
}
</style>