Shades of Aqua #11EFFD
Tints of Aqua #11EFFD
RGB
CMYK
RGB Variations
Color information
#11EFFD (or 0x11EFFD) is known color: Aqua. HEX triplet: 11, EF and FD. RGB value is (17,239,253). Sum of RGB (Red+Green+Blue) = 17+239+253=509 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.34% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #11EFFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EFFD is #EE1002. Grayscale: #ADADAD. Windows color (decimal): -15601667 or 16641809. OLE color: 16641809.
HSL color Cylindrical-coordinate representation of color #11EFFD: hue angle of 183.56º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EFFD is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 239 | 253 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.01 |
| HSL | 183.56º | 0.98% | 0.53% | - |
| HSV(B) | 183.56º | 0.93% | 0.99% | - |
| XYZ | 48.83 | 68.94 | 103.66 | - |
| YUV | 174.22 | 172.45 | 15.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 239 | 253 | 0.93 | 0.06 | 0 | 0.01 | 183.56 | 0.98 | 0.53 |
| Hex | 11 | EF | FD | 5D | 6 | 0 | 1 | B8 | 62 | 35 |
| Octal | 21 | 357 | 375 | 135 | 6 | 0 | 1 | 270 | 142 | 65 |
| Binary | 10001 | 11101111 | 11111101 | 1011101 | 110 | 0 | 1 | 10111000 | 1100010 | 110101 |
Color Harmonies of #11EFFD
Complementary color
Monochromatic Colors of #11EFFD
Black with #11EFFD
Text Example
Text Example
White with #11EFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EFFD; }
p { color: rgb(17,239,253); }
H1.HeaderClassName
{
color: #11EFFD;
}
.AnyTagClassName
{
color: #11EFFD;
}
</style>
background-color css
<style>
a { background-color: #11EFFD; }
a { background-color: rgb(17,239,253); }
div.DivClassName
{
background-color: #11EFFD;
}
.BgClassName
{
background-color: #11EFFD;
}
</style>
border-color css
<style>
span { border-color: #11EFFD; }
span { border-color: rgb(17,239,253); }
td.TdClassName
{
border-color: #11EFFD;
}
.TagClassName
{
border-color: #11EFFD;
}
</style>