Shades of Aqua #20FAFC
Tints of Aqua #20FAFC
RGB
CMYK
RGB Variations
Color information
#20FAFC (or 0x20FAFC) is known color: Aqua. HEX triplet: 20, FA and FC. RGB value is (32,250,252). Sum of RGB (Red+Green+Blue) = 32+250+252=534 (70% of max value = 765). Red value is 32 (12.89% from 255 or 5.99% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #20FAFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20FAFC is #DF0503. Grayscale: #B8B8B8. Windows color (decimal): -14615812 or 16579104. OLE color: 16579104.
HSL color Cylindrical-coordinate representation of color #20FAFC: hue angle of 180.55º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FAFC is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 250 | 252 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.01 |
| HSL | 180.55º | 0.97% | 0.56% | - |
| HSV(B) | 180.55º | 0.87% | 0.99% | - |
| XYZ | 52.35 | 75.71 | 103.95 | - |
| YUV | 185.05 | 165.78 | 18.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 250 | 252 | 0.87 | 0.01 | 0 | 0.01 | 180.55 | 0.97 | 0.56 |
| Hex | 20 | FA | FC | 57 | 1 | 0 | 1 | B5 | 61 | 38 |
| Octal | 40 | 372 | 374 | 127 | 1 | 0 | 1 | 265 | 141 | 70 |
| Binary | 100000 | 11111010 | 11111100 | 1010111 | 1 | 0 | 1 | 10110101 | 1100001 | 111000 |
Color Harmonies of #20FAFC
Complementary color
Monochromatic Colors of #20FAFC
Black with #20FAFC
Text Example
Text Example
White with #20FAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FAFC; }
p { color: rgb(32,250,252); }
H1.HeaderClassName
{
color: #20FAFC;
}
.AnyTagClassName
{
color: #20FAFC;
}
</style>
background-color css
<style>
a { background-color: #20FAFC; }
a { background-color: rgb(32,250,252); }
div.DivClassName
{
background-color: #20FAFC;
}
.BgClassName
{
background-color: #20FAFC;
}
</style>
border-color css
<style>
span { border-color: #20FAFC; }
span { border-color: rgb(32,250,252); }
td.TdClassName
{
border-color: #20FAFC;
}
.TagClassName
{
border-color: #20FAFC;
}
</style>