Shades of Aqua #2EFDFC
Tints of Aqua #2EFDFC
RGB
CMYK
RGB Variations
Color information
#2EFDFC (or 0x2EFDFC) is known color: Aqua. HEX triplet: 2E, FD and FC. RGB value is (46,253,252). Sum of RGB (Red+Green+Blue) = 46+253+252=551 (72% of max value = 765). Red value is 46 (18.36% from 255 or 8.35% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFDFC is #D10203. Grayscale: #BEBEBE. Windows color (decimal): -13697540 or 16579886. OLE color: 16579886.
HSL color Cylindrical-coordinate representation of color #2EFDFC: hue angle of 179.71º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFDFC is Cyan = 0.82, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 252 | - |
| CMYK | 0.82 | 0 | 0.00 | 0.01 |
| HSL | 179.71º | 0.98% | 0.59% | - |
| HSV(B) | 179.71º | 0.82% | 0.99% | - |
| XYZ | 53.82 | 77.86 | 104.29 | - |
| YUV | 190.99 | 162.42 | 24.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 252 | 0.82 | 0 | 0.00 | 0.01 | 179.71 | 0.98 | 0.59 |
| Hex | 2E | FD | FC | 52 | 0 | 0 | 1 | B4 | 62 | 3B |
| Octal | 56 | 375 | 374 | 122 | 0 | 0 | 1 | 264 | 142 | 73 |
| Binary | 101110 | 11111101 | 11111100 | 1010010 | 0 | 0 | 1 | 10110100 | 1100010 | 111011 |
Color Harmonies of #2EFDFC
Complementary color
Monochromatic Colors of #2EFDFC
Black with #2EFDFC
Text Example
Text Example
White with #2EFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFDFC; }
p { color: rgb(46,253,252); }
H1.HeaderClassName
{
color: #2EFDFC;
}
.AnyTagClassName
{
color: #2EFDFC;
}
</style>
background-color css
<style>
a { background-color: #2EFDFC; }
a { background-color: rgb(46,253,252); }
div.DivClassName
{
background-color: #2EFDFC;
}
.BgClassName
{
background-color: #2EFDFC;
}
</style>
border-color css
<style>
span { border-color: #2EFDFC; }
span { border-color: rgb(46,253,252); }
td.TdClassName
{
border-color: #2EFDFC;
}
.TagClassName
{
border-color: #2EFDFC;
}
</style>