Shades of Aqua #32FAFF
Tints of Aqua #32FAFF
RGB
CMYK
RGB Variations
Color information
#32FAFF (or 0x32FAFF) is known color: Aqua. HEX triplet: 32, FA and FF. RGB value is (50,250,255). Sum of RGB (Red+Green+Blue) = 50+250+255=555 (73% of max value = 765). Red value is 50 (19.92% from 255 or 9.01% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #32FAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32FAFF is #CD0500. Grayscale: #BEBEBE. Windows color (decimal): -13436161 or 16775730. OLE color: 16775730.
HSL color Cylindrical-coordinate representation of color #32FAFF: hue angle of 181.46º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FAFF is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 250 | 255 | - |
| CMYK | 0.80 | 0.02 | 0 | 0 |
| HSL | 181.46º | 1% | 0.6% | - |
| HSV(B) | 181.46º | 0.8% | 1% | - |
| XYZ | 53.55 | 76.27 | 106.51 | - |
| YUV | 190.77 | 164.24 | 27.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 255 | 0.80 | 0.02 | 0 | 0 | 181.46 | 1 | 0.6 |
| Hex | 32 | FA | FF | 50 | 2 | 0 | 0 | B5 | 64 | 3C |
| Octal | 62 | 372 | 377 | 120 | 2 | 0 | 0 | 265 | 144 | 74 |
| Binary | 110010 | 11111010 | 11111111 | 1010000 | 10 | 0 | 0 | 10110101 | 1100100 | 111100 |
Color Harmonies of #32FAFF
Complementary color
Monochromatic Colors of #32FAFF
Black with #32FAFF
Text Example
Text Example
White with #32FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FAFF; }
p { color: rgb(50,250,255); }
H1.HeaderClassName
{
color: #32FAFF;
}
.AnyTagClassName
{
color: #32FAFF;
}
</style>
background-color css
<style>
a { background-color: #32FAFF; }
a { background-color: rgb(50,250,255); }
div.DivClassName
{
background-color: #32FAFF;
}
.BgClassName
{
background-color: #32FAFF;
}
</style>
border-color css
<style>
span { border-color: #32FAFF; }
span { border-color: rgb(50,250,255); }
td.TdClassName
{
border-color: #32FAFF;
}
.TagClassName
{
border-color: #32FAFF;
}
</style>