Shades of Aqua #11FEF0
Tints of Aqua #11FEF0
RGB
CMYK
RGB Variations
Color information
#11FEF0 (or 0x11FEF0) is known color: Aqua. HEX triplet: 11, FE and F0. RGB value is (17,254,240). Sum of RGB (Red+Green+Blue) = 17+254+240=511 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.33% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #11FEF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FEF0 is #EE010F. Grayscale: #B5B5B5. Windows color (decimal): -15597840 or 15793681. OLE color: 15793681.
HSL color Cylindrical-coordinate representation of color #11FEF0: hue angle of 176.46º 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 #11FEF0 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 254 | 240 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.00 |
| HSL | 176.46º | 0.99% | 0.53% | - |
| HSV(B) | 176.46º | 0.93% | 1% | - |
| XYZ | 51.4 | 77.29 | 94.65 | - |
| YUV | 181.54 | 160.98 | 10.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 254 | 240 | 0.93 | 0 | 0.06 | 0.00 | 176.46 | 0.99 | 0.53 |
| Hex | 11 | FE | F0 | 5D | 0 | 6 | 0 | B0 | 63 | 35 |
| Octal | 21 | 376 | 360 | 135 | 0 | 6 | 0 | 260 | 143 | 65 |
| Binary | 10001 | 11111110 | 11110000 | 1011101 | 0 | 110 | 0 | 10110000 | 1100011 | 110101 |
Color Harmonies of #11FEF0
Complementary color
Monochromatic Colors of #11FEF0
Black with #11FEF0
Text Example
Text Example
White with #11FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FEF0; }
p { color: rgb(17,254,240); }
H1.HeaderClassName
{
color: #11FEF0;
}
.AnyTagClassName
{
color: #11FEF0;
}
</style>
background-color css
<style>
a { background-color: #11FEF0; }
a { background-color: rgb(17,254,240); }
div.DivClassName
{
background-color: #11FEF0;
}
.BgClassName
{
background-color: #11FEF0;
}
</style>
border-color css
<style>
span { border-color: #11FEF0; }
span { border-color: rgb(17,254,240); }
td.TdClassName
{
border-color: #11FEF0;
}
.TagClassName
{
border-color: #11FEF0;
}
</style>