Shades of Aqua #20FDFB
Tints of Aqua #20FDFB
RGB
CMYK
RGB Variations
Color information
#20FDFB (or 0x20FDFB) is known color: Aqua. HEX triplet: 20, FD and FB. RGB value is (32,253,251). Sum of RGB (Red+Green+Blue) = 32+253+251=536 (70% of max value = 765). Red value is 32 (12.89% from 255 or 5.97% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #20FDFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20FDFB is #DF0204. Grayscale: #BABABA. Windows color (decimal): -14615045 or 16514336. OLE color: 16514336.
HSL color Cylindrical-coordinate representation of color #20FDFB: hue angle of 179.46º 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 #20FDFB is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 253 | 251 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.01 |
| HSL | 179.46º | 0.98% | 0.56% | - |
| HSV(B) | 179.46º | 0.87% | 0.99% | - |
| XYZ | 53.13 | 77.52 | 103.43 | - |
| YUV | 186.69 | 164.28 | 17.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 253 | 251 | 0.87 | 0 | 0.01 | 0.01 | 179.46 | 0.98 | 0.56 |
| Hex | 20 | FD | FB | 57 | 0 | 1 | 1 | B3 | 62 | 38 |
| Octal | 40 | 375 | 373 | 127 | 0 | 1 | 1 | 263 | 142 | 70 |
| Binary | 100000 | 11111101 | 11111011 | 1010111 | 0 | 1 | 1 | 10110011 | 1100010 | 111000 |
Color Harmonies of #20FDFB
Complementary color
Monochromatic Colors of #20FDFB
Black with #20FDFB
Text Example
Text Example
White with #20FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FDFB; }
p { color: rgb(32,253,251); }
H1.HeaderClassName
{
color: #20FDFB;
}
.AnyTagClassName
{
color: #20FDFB;
}
</style>
background-color css
<style>
a { background-color: #20FDFB; }
a { background-color: rgb(32,253,251); }
div.DivClassName
{
background-color: #20FDFB;
}
.BgClassName
{
background-color: #20FDFB;
}
</style>
border-color css
<style>
span { border-color: #20FDFB; }
span { border-color: rgb(32,253,251); }
td.TdClassName
{
border-color: #20FDFB;
}
.TagClassName
{
border-color: #20FDFB;
}
</style>