Shades of Aqua #20EEFA
Tints of Aqua #20EEFA
RGB
CMYK
RGB Variations
Color information
#20EEFA (or 0x20EEFA) is known color: Aqua. HEX triplet: 20, EE and FA. RGB value is (32,238,250). Sum of RGB (Red+Green+Blue) = 32+238+250=520 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.15% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #20EEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20EEFA is #DF1105. Grayscale: #B1B1B1. Windows color (decimal): -14618886 or 16444960. OLE color: 16444960.
HSL color Cylindrical-coordinate representation of color #20EEFA: hue angle of 183.3º 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 #20EEFA is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 238 | 250 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.02 |
| HSL | 183.3º | 0.96% | 0.55% | - |
| HSV(B) | 183.3º | 0.87% | 0.98% | - |
| XYZ | 48.43 | 68.36 | 101.08 | - |
| YUV | 177.77 | 168.75 | 24.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 238 | 250 | 0.87 | 0.05 | 0 | 0.02 | 183.3 | 0.96 | 0.55 |
| Hex | 20 | EE | FA | 57 | 5 | 0 | 2 | B7 | 60 | 37 |
| Octal | 40 | 356 | 372 | 127 | 5 | 0 | 2 | 267 | 140 | 67 |
| Binary | 100000 | 11101110 | 11111010 | 1010111 | 101 | 0 | 10 | 10110111 | 1100000 | 110111 |
Color Harmonies of #20EEFA
Complementary color
Monochromatic Colors of #20EEFA
Black with #20EEFA
Text Example
Text Example
White with #20EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EEFA; }
p { color: rgb(32,238,250); }
H1.HeaderClassName
{
color: #20EEFA;
}
.AnyTagClassName
{
color: #20EEFA;
}
</style>
background-color css
<style>
a { background-color: #20EEFA; }
a { background-color: rgb(32,238,250); }
div.DivClassName
{
background-color: #20EEFA;
}
.BgClassName
{
background-color: #20EEFA;
}
</style>
border-color css
<style>
span { border-color: #20EEFA; }
span { border-color: rgb(32,238,250); }
td.TdClassName
{
border-color: #20EEFA;
}
.TagClassName
{
border-color: #20EEFA;
}
</style>