Shades of Aqua #11FCED
Tints of Aqua #11FCED
RGB
CMYK
RGB Variations
Color information
#11FCED (or 0x11FCED) is known color: Aqua. HEX triplet: 11, FC and ED. RGB value is (17,252,237). Sum of RGB (Red+Green+Blue) = 17+252+237=506 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.36% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #11FCED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FCED is #EE0312. Grayscale: #B3B3B3. Windows color (decimal): -15598355 or 15596561. OLE color: 15596561.
HSL color Cylindrical-coordinate representation of color #11FCED: hue angle of 176.17º 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 #11FCED is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 252 | 237 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.01 |
| HSL | 176.17º | 0.98% | 0.53% | - |
| HSV(B) | 176.17º | 0.93% | 0.99% | - |
| XYZ | 50.33 | 75.85 | 92.11 | - |
| YUV | 180.03 | 160.14 | 11.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 252 | 237 | 0.93 | 0 | 0.06 | 0.01 | 176.17 | 0.98 | 0.53 |
| Hex | 11 | FC | ED | 5D | 0 | 6 | 1 | B0 | 62 | 35 |
| Octal | 21 | 374 | 355 | 135 | 0 | 6 | 1 | 260 | 142 | 65 |
| Binary | 10001 | 11111100 | 11101101 | 1011101 | 0 | 110 | 1 | 10110000 | 1100010 | 110101 |
Color Harmonies of #11FCED
Complementary color
Monochromatic Colors of #11FCED
Black with #11FCED
Text Example
Text Example
White with #11FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FCED; }
p { color: rgb(17,252,237); }
H1.HeaderClassName
{
color: #11FCED;
}
.AnyTagClassName
{
color: #11FCED;
}
</style>
background-color css
<style>
a { background-color: #11FCED; }
a { background-color: rgb(17,252,237); }
div.DivClassName
{
background-color: #11FCED;
}
.BgClassName
{
background-color: #11FCED;
}
</style>
border-color css
<style>
span { border-color: #11FCED; }
span { border-color: rgb(17,252,237); }
td.TdClassName
{
border-color: #11FCED;
}
.TagClassName
{
border-color: #11FCED;
}
</style>