Shades of Aqua #20FBFB
Tints of Aqua #20FBFB
RGB
CMYK
RGB Variations
Color information
#20FBFB (or 0x20FBFB) is known color: Aqua. HEX triplet: 20, FB and FB. RGB value is (32,251,251). Sum of RGB (Red+Green+Blue) = 32+251+251=534 (70% of max value = 765). Red value is 32 (12.89% from 255 or 5.99% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #20FBFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20FBFB is #DF0404. Grayscale: #B9B9B9. Windows color (decimal): -14615557 or 16513824. OLE color: 16513824.
HSL color Cylindrical-coordinate representation of color #20FBFB: hue angle of 180º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FBFB is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 251 | 251 | - |
| CMYK | 0.87 | 0 | 0 | 0.02 |
| HSL | 180º | 0.96% | 0.55% | - |
| HSV(B) | 180º | 0.87% | 0.98% | - |
| XYZ | 52.51 | 76.27 | 103.22 | - |
| YUV | 185.52 | 164.95 | 18.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 251 | 251 | 0.87 | 0 | 0 | 0.02 | 180 | 0.96 | 0.55 |
| Hex | 20 | FB | FB | 57 | 0 | 0 | 2 | B4 | 60 | 37 |
| Octal | 40 | 373 | 373 | 127 | 0 | 0 | 2 | 264 | 140 | 67 |
| Binary | 100000 | 11111011 | 11111011 | 1010111 | 0 | 0 | 10 | 10110100 | 1100000 | 110111 |
Color Harmonies of #20FBFB
Complementary color
Monochromatic Colors of #20FBFB
Black with #20FBFB
Text Example
Text Example
White with #20FBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FBFB; }
p { color: rgb(32,251,251); }
H1.HeaderClassName
{
color: #20FBFB;
}
.AnyTagClassName
{
color: #20FBFB;
}
</style>
background-color css
<style>
a { background-color: #20FBFB; }
a { background-color: rgb(32,251,251); }
div.DivClassName
{
background-color: #20FBFB;
}
.BgClassName
{
background-color: #20FBFB;
}
</style>
border-color css
<style>
span { border-color: #20FBFB; }
span { border-color: rgb(32,251,251); }
td.TdClassName
{
border-color: #20FBFB;
}
.TagClassName
{
border-color: #20FBFB;
}
</style>