Shades of Aqua #20FFF2
Tints of Aqua #20FFF2
RGB
CMYK
RGB Variations
Color information
#20FFF2 (or 0x20FFF2) is known color: Aqua. HEX triplet: 20, FF and F2. RGB value is (32,255,242). Sum of RGB (Red+Green+Blue) = 32+255+242=529 (70% of max value = 765). Red value is 32 (12.89% from 255 or 6.05% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #20FFF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20FFF2 is #DF000D. Grayscale: #BABABA. Windows color (decimal): -14614542 or 15925024. OLE color: 15925024.
HSL color Cylindrical-coordinate representation of color #20FFF2: hue angle of 176.5º 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 #20FFF2 is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 255 | 242 | - |
| CMYK | 0.87 | 0 | 0.05 | 0 |
| HSL | 176.5º | 1% | 0.56% | - |
| HSV(B) | 176.5º | 0.87% | 1% | - |
| XYZ | 52.38 | 78.24 | 96.34 | - |
| YUV | 186.84 | 159.12 | 17.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 255 | 242 | 0.87 | 0 | 0.05 | 0 | 176.5 | 1 | 0.56 |
| Hex | 20 | FF | F2 | 57 | 0 | 5 | 0 | B1 | 64 | 38 |
| Octal | 40 | 377 | 362 | 127 | 0 | 5 | 0 | 261 | 144 | 70 |
| Binary | 100000 | 11111111 | 11110010 | 1010111 | 0 | 101 | 0 | 10110001 | 1100100 | 111000 |
Color Harmonies of #20FFF2
Complementary color
Monochromatic Colors of #20FFF2
Black with #20FFF2
Text Example
Text Example
White with #20FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FFF2; }
p { color: rgb(32,255,242); }
H1.HeaderClassName
{
color: #20FFF2;
}
.AnyTagClassName
{
color: #20FFF2;
}
</style>
background-color css
<style>
a { background-color: #20FFF2; }
a { background-color: rgb(32,255,242); }
div.DivClassName
{
background-color: #20FFF2;
}
.BgClassName
{
background-color: #20FFF2;
}
</style>
border-color css
<style>
span { border-color: #20FFF2; }
span { border-color: rgb(32,255,242); }
td.TdClassName
{
border-color: #20FFF2;
}
.TagClassName
{
border-color: #20FFF2;
}
</style>