Shades of Aqua #11FDF8
Tints of Aqua #11FDF8
RGB
CMYK
RGB Variations
Color information
#11FDF8 (or 0x11FDF8) is known color: Aqua. HEX triplet: 11, FD and F8. RGB value is (17,253,248). Sum of RGB (Red+Green+Blue) = 17+253+248=518 (68% of max value = 765). Red value is 17 (7.03% from 255 or 3.28% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #11FDF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FDF8 is #EE0207. Grayscale: #B5B5B5. Windows color (decimal): -15598088 or 16317713. OLE color: 16317713.
HSL color Cylindrical-coordinate representation of color #11FDF8: hue angle of 178.73º 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 #11FDF8 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 253 | 248 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.01 |
| HSL | 178.73º | 0.98% | 0.53% | - |
| HSV(B) | 178.73º | 0.93% | 0.99% | - |
| XYZ | 52.3 | 77.15 | 100.94 | - |
| YUV | 181.87 | 165.31 | 10.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 253 | 248 | 0.93 | 0 | 0.02 | 0.01 | 178.73 | 0.98 | 0.53 |
| Hex | 11 | FD | F8 | 5D | 0 | 2 | 1 | B3 | 62 | 35 |
| Octal | 21 | 375 | 370 | 135 | 0 | 2 | 1 | 263 | 142 | 65 |
| Binary | 10001 | 11111101 | 11111000 | 1011101 | 0 | 10 | 1 | 10110011 | 1100010 | 110101 |
Color Harmonies of #11FDF8
Complementary color
Monochromatic Colors of #11FDF8
Black with #11FDF8
Text Example
Text Example
White with #11FDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FDF8; }
p { color: rgb(17,253,248); }
H1.HeaderClassName
{
color: #11FDF8;
}
.AnyTagClassName
{
color: #11FDF8;
}
</style>
background-color css
<style>
a { background-color: #11FDF8; }
a { background-color: rgb(17,253,248); }
div.DivClassName
{
background-color: #11FDF8;
}
.BgClassName
{
background-color: #11FDF8;
}
</style>
border-color css
<style>
span { border-color: #11FDF8; }
span { border-color: rgb(17,253,248); }
td.TdClassName
{
border-color: #11FDF8;
}
.TagClassName
{
border-color: #11FDF8;
}
</style>