Shades of Aqua #32FDFD
Tints of Aqua #32FDFD
RGB
CMYK
RGB Variations
Color information
#32FDFD (or 0x32FDFD) is known color: Aqua. HEX triplet: 32, FD and FD. RGB value is (50,253,253). Sum of RGB (Red+Green+Blue) = 50+253+253=556 (73% of max value = 765). Red value is 50 (19.92% from 255 or 8.99% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #32FDFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32FDFD is #CD0202. Grayscale: #C0C0C0. Windows color (decimal): -13435395 or 16645426. OLE color: 16645426.
HSL color Cylindrical-coordinate representation of color #32FDFD: hue angle of 180º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FDFD is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 253 | - |
| CMYK | 0.80 | 0 | 0 | 0.01 |
| HSL | 180º | 0.98% | 0.59% | - |
| HSV(B) | 180º | 0.8% | 0.99% | - |
| XYZ | 54.17 | 78.02 | 105.13 | - |
| YUV | 192.3 | 162.25 | 26.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 253 | 0.80 | 0 | 0 | 0.01 | 180 | 0.98 | 0.59 |
| Hex | 32 | FD | FD | 50 | 0 | 0 | 1 | B4 | 62 | 3B |
| Octal | 62 | 375 | 375 | 120 | 0 | 0 | 1 | 264 | 142 | 73 |
| Binary | 110010 | 11111101 | 11111101 | 1010000 | 0 | 0 | 1 | 10110100 | 1100010 | 111011 |
Color Harmonies of #32FDFD
Complementary color
Monochromatic Colors of #32FDFD
Black with #32FDFD
Text Example
Text Example
White with #32FDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FDFD; }
p { color: rgb(50,253,253); }
H1.HeaderClassName
{
color: #32FDFD;
}
.AnyTagClassName
{
color: #32FDFD;
}
</style>
background-color css
<style>
a { background-color: #32FDFD; }
a { background-color: rgb(50,253,253); }
div.DivClassName
{
background-color: #32FDFD;
}
.BgClassName
{
background-color: #32FDFD;
}
</style>
border-color css
<style>
span { border-color: #32FDFD; }
span { border-color: rgb(50,253,253); }
td.TdClassName
{
border-color: #32FDFD;
}
.TagClassName
{
border-color: #32FDFD;
}
</style>