Shades of Aqua #2EFDFF
Tints of Aqua #2EFDFF
RGB
CMYK
RGB Variations
Color information
#2EFDFF (or 0x2EFDFF) is known color: Aqua. HEX triplet: 2E, FD and FF. RGB value is (46,253,255). Sum of RGB (Red+Green+Blue) = 46+253+255=554 (73% of max value = 765). Red value is 46 (18.36% from 255 or 8.30% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EFDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFDFF is #D10200. Grayscale: #BFBFBF. Windows color (decimal): -13697537 or 16776494. OLE color: 16776494.
HSL color Cylindrical-coordinate representation of color #2EFDFF: hue angle of 180.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFDFF is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 253 | 255 | - |
| CMYK | 0.82 | 0.01 | 0 | 0 |
| HSL | 180.57º | 1% | 0.59% | - |
| HSV(B) | 180.57º | 0.82% | 1% | - |
| XYZ | 54.3 | 78.05 | 106.81 | - |
| YUV | 191.34 | 163.92 | 24.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 255 | 0.82 | 0.01 | 0 | 0 | 180.57 | 1 | 0.59 |
| Hex | 2E | FD | FF | 52 | 1 | 0 | 0 | B5 | 64 | 3B |
| Octal | 56 | 375 | 377 | 122 | 1 | 0 | 0 | 265 | 144 | 73 |
| Binary | 101110 | 11111101 | 11111111 | 1010010 | 1 | 0 | 0 | 10110101 | 1100100 | 111011 |
Color Harmonies of #2EFDFF
Complementary color
Monochromatic Colors of #2EFDFF
Black with #2EFDFF
Text Example
Text Example
White with #2EFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFDFF; }
p { color: rgb(46,253,255); }
H1.HeaderClassName
{
color: #2EFDFF;
}
.AnyTagClassName
{
color: #2EFDFF;
}
</style>
background-color css
<style>
a { background-color: #2EFDFF; }
a { background-color: rgb(46,253,255); }
div.DivClassName
{
background-color: #2EFDFF;
}
.BgClassName
{
background-color: #2EFDFF;
}
</style>
border-color css
<style>
span { border-color: #2EFDFF; }
span { border-color: rgb(46,253,255); }
td.TdClassName
{
border-color: #2EFDFF;
}
.TagClassName
{
border-color: #2EFDFF;
}
</style>