Shades of Aqua #20FCFF
Tints of Aqua #20FCFF
RGB
CMYK
RGB Variations
Color information
#20FCFF (or 0x20FCFF) is known color: Aqua. HEX triplet: 20, FC and FF. RGB value is (32,252,255). Sum of RGB (Red+Green+Blue) = 32+252+255=539 (71% of max value = 765). Red value is 32 (12.89% from 255 or 5.94% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #20FCFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20FCFF is #DF0300. Grayscale: #BABABA. Windows color (decimal): -14615297 or 16776224. OLE color: 16776224.
HSL color Cylindrical-coordinate representation of color #20FCFF: hue angle of 180.81º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FCFF is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 252 | 255 | - |
| CMYK | 0.87 | 0.01 | 0 | 0 |
| HSL | 180.81º | 1% | 0.56% | - |
| HSV(B) | 180.81º | 0.87% | 1% | - |
| XYZ | 53.46 | 77.15 | 106.68 | - |
| YUV | 186.56 | 166.61 | 17.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 255 | 0.87 | 0.01 | 0 | 0 | 180.81 | 1 | 0.56 |
| Hex | 20 | FC | FF | 57 | 1 | 0 | 0 | B5 | 64 | 38 |
| Octal | 40 | 374 | 377 | 127 | 1 | 0 | 0 | 265 | 144 | 70 |
| Binary | 100000 | 11111100 | 11111111 | 1010111 | 1 | 0 | 0 | 10110101 | 1100100 | 111000 |
Color Harmonies of #20FCFF
Complementary color
Monochromatic Colors of #20FCFF
Black with #20FCFF
Text Example
Text Example
White with #20FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FCFF; }
p { color: rgb(32,252,255); }
H1.HeaderClassName
{
color: #20FCFF;
}
.AnyTagClassName
{
color: #20FCFF;
}
</style>
background-color css
<style>
a { background-color: #20FCFF; }
a { background-color: rgb(32,252,255); }
div.DivClassName
{
background-color: #20FCFF;
}
.BgClassName
{
background-color: #20FCFF;
}
</style>
border-color css
<style>
span { border-color: #20FCFF; }
span { border-color: rgb(32,252,255); }
td.TdClassName
{
border-color: #20FCFF;
}
.TagClassName
{
border-color: #20FCFF;
}
</style>