Shades of Aqua #20EDFF
Tints of Aqua #20EDFF
RGB
CMYK
RGB Variations
Color information
#20EDFF (or 0x20EDFF) is known color: Aqua. HEX triplet: 20, ED and FF. RGB value is (32,237,255). Sum of RGB (Red+Green+Blue) = 32+237+255=524 (69% of max value = 765). Red value is 32 (12.89% from 255 or 6.11% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #20EDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20EDFF is #DF1200. Grayscale: #B1B1B1. Windows color (decimal): -14619137 or 16772384. OLE color: 16772384.
HSL color Cylindrical-coordinate representation of color #20EDFF: hue angle of 184.84º 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 #20EDFF is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 237 | 255 | - |
| CMYK | 0.87 | 0.07 | 0 | 0 |
| HSL | 184.84º | 1% | 0.56% | - |
| HSV(B) | 184.84º | 0.87% | 1% | - |
| XYZ | 48.93 | 68.1 | 105.17 | - |
| YUV | 177.76 | 171.58 | 24.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 255 | 0.87 | 0.07 | 0 | 0 | 184.84 | 1 | 0.56 |
| Hex | 20 | ED | FF | 57 | 7 | 0 | 0 | B9 | 64 | 38 |
| Octal | 40 | 355 | 377 | 127 | 7 | 0 | 0 | 271 | 144 | 70 |
| Binary | 100000 | 11101101 | 11111111 | 1010111 | 111 | 0 | 0 | 10111001 | 1100100 | 111000 |
Color Harmonies of #20EDFF
Complementary color
Monochromatic Colors of #20EDFF
Black with #20EDFF
Text Example
Text Example
White with #20EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EDFF; }
p { color: rgb(32,237,255); }
H1.HeaderClassName
{
color: #20EDFF;
}
.AnyTagClassName
{
color: #20EDFF;
}
</style>
background-color css
<style>
a { background-color: #20EDFF; }
a { background-color: rgb(32,237,255); }
div.DivClassName
{
background-color: #20EDFF;
}
.BgClassName
{
background-color: #20EDFF;
}
</style>
border-color css
<style>
span { border-color: #20EDFF; }
span { border-color: rgb(32,237,255); }
td.TdClassName
{
border-color: #20EDFF;
}
.TagClassName
{
border-color: #20EDFF;
}
</style>