Shades of Aqua #11FAEF
Tints of Aqua #11FAEF
RGB
CMYK
RGB Variations
Color information
#11FAEF (or 0x11FAEF) is known color: Aqua. HEX triplet: 11, FA and EF. RGB value is (17,250,239). Sum of RGB (Red+Green+Blue) = 17+250+239=506 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.36% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #11FAEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FAEF is #EE0510. Grayscale: #B2B2B2. Windows color (decimal): -15598865 or 15727121. OLE color: 15727121.
HSL color Cylindrical-coordinate representation of color #11FAEF: hue angle of 177.17º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FAEF is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 239 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.02 |
| HSL | 177.17º | 0.96% | 0.52% | - |
| HSV(B) | 177.17º | 0.93% | 0.98% | - |
| XYZ | 50 | 74.72 | 93.45 | - |
| YUV | 179.08 | 161.81 | 12.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 239 | 0.93 | 0 | 0.04 | 0.02 | 177.17 | 0.96 | 0.52 |
| Hex | 11 | FA | EF | 5D | 0 | 4 | 2 | B1 | 60 | 34 |
| Octal | 21 | 372 | 357 | 135 | 0 | 4 | 2 | 261 | 140 | 64 |
| Binary | 10001 | 11111010 | 11101111 | 1011101 | 0 | 100 | 10 | 10110001 | 1100000 | 110100 |
Color Harmonies of #11FAEF
Complementary color
Monochromatic Colors of #11FAEF
Black with #11FAEF
Text Example
Text Example
White with #11FAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FAEF; }
p { color: rgb(17,250,239); }
H1.HeaderClassName
{
color: #11FAEF;
}
.AnyTagClassName
{
color: #11FAEF;
}
</style>
background-color css
<style>
a { background-color: #11FAEF; }
a { background-color: rgb(17,250,239); }
div.DivClassName
{
background-color: #11FAEF;
}
.BgClassName
{
background-color: #11FAEF;
}
</style>
border-color css
<style>
span { border-color: #11FAEF; }
span { border-color: rgb(17,250,239); }
td.TdClassName
{
border-color: #11FAEF;
}
.TagClassName
{
border-color: #11FAEF;
}
</style>