Shades of Aqua #2EFCFE
Tints of Aqua #2EFCFE
RGB
CMYK
RGB Variations
Color information
#2EFCFE (or 0x2EFCFE) is known color: Aqua. HEX triplet: 2E, FC and FE. RGB value is (46,252,254). Sum of RGB (Red+Green+Blue) = 46+252+254=552 (73% of max value = 765). Red value is 46 (18.36% from 255 or 8.33% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #2EFCFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFCFE is #D10301. Grayscale: #BEBEBE. Windows color (decimal): -13697794 or 16710702. OLE color: 16710702.
HSL color Cylindrical-coordinate representation of color #2EFCFE: hue angle of 180.58º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFCFE is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 252 | 254 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.00 |
| HSL | 180.58º | 0.99% | 0.59% | - |
| HSV(B) | 180.58º | 0.82% | 1% | - |
| XYZ | 53.83 | 77.36 | 105.86 | - |
| YUV | 190.63 | 163.75 | 24.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 254 | 0.82 | 0.01 | 0 | 0.00 | 180.58 | 0.99 | 0.59 |
| Hex | 2E | FC | FE | 52 | 1 | 0 | 0 | B5 | 63 | 3B |
| Octal | 56 | 374 | 376 | 122 | 1 | 0 | 0 | 265 | 143 | 73 |
| Binary | 101110 | 11111100 | 11111110 | 1010010 | 1 | 0 | 0 | 10110101 | 1100011 | 111011 |
Color Harmonies of #2EFCFE
Complementary color
Monochromatic Colors of #2EFCFE
Black with #2EFCFE
Text Example
Text Example
White with #2EFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFCFE; }
p { color: rgb(46,252,254); }
H1.HeaderClassName
{
color: #2EFCFE;
}
.AnyTagClassName
{
color: #2EFCFE;
}
</style>
background-color css
<style>
a { background-color: #2EFCFE; }
a { background-color: rgb(46,252,254); }
div.DivClassName
{
background-color: #2EFCFE;
}
.BgClassName
{
background-color: #2EFCFE;
}
</style>
border-color css
<style>
span { border-color: #2EFCFE; }
span { border-color: rgb(46,252,254); }
td.TdClassName
{
border-color: #2EFCFE;
}
.TagClassName
{
border-color: #2EFCFE;
}
</style>