Shades of Aqua #20FEFF
Tints of Aqua #20FEFF
RGB
CMYK
RGB Variations
Color information
#20FEFF (or 0x20FEFF) is known color: Aqua. HEX triplet: 20, FE and FF. RGB value is (32,254,255). Sum of RGB (Red+Green+Blue) = 32+254+255=541 (71% of max value = 765). Red value is 32 (12.89% from 255 or 5.91% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #20FEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20FEFF is #DF0100. Grayscale: #BBBBBB. Windows color (decimal): -14614785 or 16776736. OLE color: 16776736.
HSL color Cylindrical-coordinate representation of color #20FEFF: hue angle of 180.27º 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 #20FEFF is Cyan = 0.87, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 254 | 255 | - |
| CMYK | 0.87 | 0.00 | 0 | 0 |
| HSL | 180.27º | 1% | 0.56% | - |
| HSV(B) | 180.27º | 0.87% | 1% | - |
| XYZ | 54.09 | 78.41 | 106.89 | - |
| YUV | 187.74 | 165.95 | 16.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 254 | 255 | 0.87 | 0.00 | 0 | 0 | 180.27 | 1 | 0.56 |
| Hex | 20 | FE | FF | 57 | 0 | 0 | 0 | B4 | 64 | 38 |
| Octal | 40 | 376 | 377 | 127 | 0 | 0 | 0 | 264 | 144 | 70 |
| Binary | 100000 | 11111110 | 11111111 | 1010111 | 0 | 0 | 0 | 10110100 | 1100100 | 111000 |
Color Harmonies of #20FEFF
Complementary color
Monochromatic Colors of #20FEFF
Black with #20FEFF
Text Example
Text Example
White with #20FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FEFF; }
p { color: rgb(32,254,255); }
H1.HeaderClassName
{
color: #20FEFF;
}
.AnyTagClassName
{
color: #20FEFF;
}
</style>
background-color css
<style>
a { background-color: #20FEFF; }
a { background-color: rgb(32,254,255); }
div.DivClassName
{
background-color: #20FEFF;
}
.BgClassName
{
background-color: #20FEFF;
}
</style>
border-color css
<style>
span { border-color: #20FEFF; }
span { border-color: rgb(32,254,255); }
td.TdClassName
{
border-color: #20FEFF;
}
.TagClassName
{
border-color: #20FEFF;
}
</style>