Shades of Aqua #20FDF2
Tints of Aqua #20FDF2
RGB
CMYK
RGB Variations
Color information
#20FDF2 (or 0x20FDF2) is known color: Aqua. HEX triplet: 20, FD and F2. RGB value is (32,253,242). Sum of RGB (Red+Green+Blue) = 32+253+242=527 (69% of max value = 765). Red value is 32 (12.89% from 255 or 6.07% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #20FDF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20FDF2 is #DF020D. Grayscale: #B9B9B9. Windows color (decimal): -14615054 or 15924512. OLE color: 15924512.
HSL color Cylindrical-coordinate representation of color #20FDF2: hue angle of 177.01º degrees, saturation: 0.98, 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 #20FDF2 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 253 | 242 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.01 |
| HSL | 177.01º | 0.98% | 0.56% | - |
| HSV(B) | 177.01º | 0.87% | 0.99% | - |
| XYZ | 51.75 | 76.97 | 96.13 | - |
| YUV | 185.67 | 159.78 | 18.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 253 | 242 | 0.87 | 0 | 0.04 | 0.01 | 177.01 | 0.98 | 0.56 |
| Hex | 20 | FD | F2 | 57 | 0 | 4 | 1 | B1 | 62 | 38 |
| Octal | 40 | 375 | 362 | 127 | 0 | 4 | 1 | 261 | 142 | 70 |
| Binary | 100000 | 11111101 | 11110010 | 1010111 | 0 | 100 | 1 | 10110001 | 1100010 | 111000 |
Color Harmonies of #20FDF2
Complementary color
Monochromatic Colors of #20FDF2
Black with #20FDF2
Text Example
Text Example
White with #20FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FDF2; }
p { color: rgb(32,253,242); }
H1.HeaderClassName
{
color: #20FDF2;
}
.AnyTagClassName
{
color: #20FDF2;
}
</style>
background-color css
<style>
a { background-color: #20FDF2; }
a { background-color: rgb(32,253,242); }
div.DivClassName
{
background-color: #20FDF2;
}
.BgClassName
{
background-color: #20FDF2;
}
</style>
border-color css
<style>
span { border-color: #20FDF2; }
span { border-color: rgb(32,253,242); }
td.TdClassName
{
border-color: #20FDF2;
}
.TagClassName
{
border-color: #20FDF2;
}
</style>