Shades of Aqua #11FFFC
Tints of Aqua #11FFFC
RGB
CMYK
RGB Variations
Color information
#11FFFC (or 0x11FFFC) is known color: Aqua. HEX triplet: 11, FF and FC. RGB value is (17,255,252). Sum of RGB (Red+Green+Blue) = 17+255+252=524 (69% of max value = 765). Red value is 17 (7.03% from 255 or 3.24% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FFFC is #EE0003. Grayscale: #B7B7B7. Windows color (decimal): -15597572 or 16580369. OLE color: 16580369.
HSL color Cylindrical-coordinate representation of color #11FFFC: hue angle of 179.24º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FFFC is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 252 | - |
| CMYK | 0.93 | 0 | 0.01 | 0 |
| HSL | 179.24º | 1% | 0.53% | - |
| HSV(B) | 179.24º | 0.93% | 1% | - |
| XYZ | 53.56 | 78.67 | 104.46 | - |
| YUV | 183.5 | 166.65 | 9.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 252 | 0.93 | 0 | 0.01 | 0 | 179.24 | 1 | 0.53 |
| Hex | 11 | FF | FC | 5D | 0 | 1 | 0 | B3 | 64 | 35 |
| Octal | 21 | 377 | 374 | 135 | 0 | 1 | 0 | 263 | 144 | 65 |
| Binary | 10001 | 11111111 | 11111100 | 1011101 | 0 | 1 | 0 | 10110011 | 1100100 | 110101 |
Color Harmonies of #11FFFC
Complementary color
Monochromatic Colors of #11FFFC
Black with #11FFFC
Text Example
Text Example
White with #11FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FFFC; }
p { color: rgb(17,255,252); }
H1.HeaderClassName
{
color: #11FFFC;
}
.AnyTagClassName
{
color: #11FFFC;
}
</style>
background-color css
<style>
a { background-color: #11FFFC; }
a { background-color: rgb(17,255,252); }
div.DivClassName
{
background-color: #11FFFC;
}
.BgClassName
{
background-color: #11FFFC;
}
</style>
border-color css
<style>
span { border-color: #11FFFC; }
span { border-color: rgb(17,255,252); }
td.TdClassName
{
border-color: #11FFFC;
}
.TagClassName
{
border-color: #11FFFC;
}
</style>