Shades of Aqua #11FEFD
Tints of Aqua #11FEFD
RGB
CMYK
RGB Variations
Color information
#11FEFD (or 0x11FEFD) is known color: Aqua. HEX triplet: 11, FE and FD. RGB value is (17,254,253). Sum of RGB (Red+Green+Blue) = 17+254+253=524 (69% of max value = 765). Red value is 17 (7.03% from 255 or 3.24% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #11FEFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FEFD is #EE0102. Grayscale: #B6B6B6. Windows color (decimal): -15597827 or 16645649. OLE color: 16645649.
HSL color Cylindrical-coordinate representation of color #11FEFD: hue angle of 179.75º 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 #11FEFD is Cyan = 0.93, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 254 | 253 | - |
| CMYK | 0.93 | 0 | 0.00 | 0.00 |
| HSL | 179.75º | 0.99% | 0.53% | - |
| HSV(B) | 179.75º | 0.93% | 1% | - |
| XYZ | 53.4 | 78.09 | 105.19 | - |
| YUV | 183.02 | 167.48 | 9.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 254 | 253 | 0.93 | 0 | 0.00 | 0.00 | 179.75 | 0.99 | 0.53 |
| Hex | 11 | FE | FD | 5D | 0 | 0 | 0 | B4 | 63 | 35 |
| Octal | 21 | 376 | 375 | 135 | 0 | 0 | 0 | 264 | 143 | 65 |
| Binary | 10001 | 11111110 | 11111101 | 1011101 | 0 | 0 | 0 | 10110100 | 1100011 | 110101 |
Color Harmonies of #11FEFD
Complementary color
Monochromatic Colors of #11FEFD
Black with #11FEFD
Text Example
Text Example
White with #11FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FEFD; }
p { color: rgb(17,254,253); }
H1.HeaderClassName
{
color: #11FEFD;
}
.AnyTagClassName
{
color: #11FEFD;
}
</style>
background-color css
<style>
a { background-color: #11FEFD; }
a { background-color: rgb(17,254,253); }
div.DivClassName
{
background-color: #11FEFD;
}
.BgClassName
{
background-color: #11FEFD;
}
</style>
border-color css
<style>
span { border-color: #11FEFD; }
span { border-color: rgb(17,254,253); }
td.TdClassName
{
border-color: #11FEFD;
}
.TagClassName
{
border-color: #11FEFD;
}
</style>