Shades of Aqua #11FDED
Tints of Aqua #11FDED
RGB
CMYK
RGB Variations
Color information
#11FDED (or 0x11FDED) is known color: Aqua. HEX triplet: 11, FD and ED. RGB value is (17,253,237). Sum of RGB (Red+Green+Blue) = 17+253+237=507 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.35% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #11FDED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FDED is #EE0212. Grayscale: #B4B4B4. Windows color (decimal): -15598099 or 15596817. OLE color: 15596817.
HSL color Cylindrical-coordinate representation of color #11FDED: hue angle of 175.93º 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 #11FDED is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 253 | 237 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.01 |
| HSL | 175.93º | 0.98% | 0.53% | - |
| HSV(B) | 175.93º | 0.93% | 0.99% | - |
| XYZ | 50.64 | 76.48 | 92.21 | - |
| YUV | 180.61 | 159.81 | 11.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 253 | 237 | 0.93 | 0 | 0.06 | 0.01 | 175.93 | 0.98 | 0.53 |
| Hex | 11 | FD | ED | 5D | 0 | 6 | 1 | B0 | 62 | 35 |
| Octal | 21 | 375 | 355 | 135 | 0 | 6 | 1 | 260 | 142 | 65 |
| Binary | 10001 | 11111101 | 11101101 | 1011101 | 0 | 110 | 1 | 10110000 | 1100010 | 110101 |
Color Harmonies of #11FDED
Complementary color
Monochromatic Colors of #11FDED
Black with #11FDED
Text Example
Text Example
White with #11FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FDED; }
p { color: rgb(17,253,237); }
H1.HeaderClassName
{
color: #11FDED;
}
.AnyTagClassName
{
color: #11FDED;
}
</style>
background-color css
<style>
a { background-color: #11FDED; }
a { background-color: rgb(17,253,237); }
div.DivClassName
{
background-color: #11FDED;
}
.BgClassName
{
background-color: #11FDED;
}
</style>
border-color css
<style>
span { border-color: #11FDED; }
span { border-color: rgb(17,253,237); }
td.TdClassName
{
border-color: #11FDED;
}
.TagClassName
{
border-color: #11FDED;
}
</style>