Shades of Aqua #2EEFFE
Tints of Aqua #2EEFFE
RGB
CMYK
RGB Variations
Color information
#2EEFFE (or 0x2EEFFE) is known color: Aqua. HEX triplet: 2E, EF and FE. RGB value is (46,239,254). Sum of RGB (Red+Green+Blue) = 46+239+254=539 (71% of max value = 765). Red value is 46 (18.36% from 255 or 8.53% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #2EEFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEFFE is #D11001. Grayscale: #B6B6B6. Windows color (decimal): -13701122 or 16707374. OLE color: 16707374.
HSL color Cylindrical-coordinate representation of color #2EEFFE: hue angle of 184.33º 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 #2EEFFE is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 239 | 254 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.00 |
| HSL | 184.33º | 0.99% | 0.59% | - |
| HSV(B) | 184.33º | 0.82% | 1% | - |
| XYZ | 49.88 | 69.47 | 104.55 | - |
| YUV | 183 | 168.06 | 30.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 254 | 0.82 | 0.06 | 0 | 0.00 | 184.33 | 0.99 | 0.59 |
| Hex | 2E | EF | FE | 52 | 6 | 0 | 0 | B8 | 63 | 3B |
| Octal | 56 | 357 | 376 | 122 | 6 | 0 | 0 | 270 | 143 | 73 |
| Binary | 101110 | 11101111 | 11111110 | 1010010 | 110 | 0 | 0 | 10111000 | 1100011 | 111011 |
Color Harmonies of #2EEFFE
Complementary color
Monochromatic Colors of #2EEFFE
Black with #2EEFFE
Text Example
Text Example
White with #2EEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEFFE; }
p { color: rgb(46,239,254); }
H1.HeaderClassName
{
color: #2EEFFE;
}
.AnyTagClassName
{
color: #2EEFFE;
}
</style>
background-color css
<style>
a { background-color: #2EEFFE; }
a { background-color: rgb(46,239,254); }
div.DivClassName
{
background-color: #2EEFFE;
}
.BgClassName
{
background-color: #2EEFFE;
}
</style>
border-color css
<style>
span { border-color: #2EEFFE; }
span { border-color: rgb(46,239,254); }
td.TdClassName
{
border-color: #2EEFFE;
}
.TagClassName
{
border-color: #2EEFFE;
}
</style>