Shades of Aqua #2EFFFE
Tints of Aqua #2EFFFE
RGB
CMYK
RGB Variations
Color information
#2EFFFE (or 0x2EFFFE) is known color: Aqua. HEX triplet: 2E, FF and FE. RGB value is (46,255,254). Sum of RGB (Red+Green+Blue) = 46+255+254=555 (73% of max value = 765). Red value is 46 (18.36% from 255 or 8.29% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFFFE is #D10001. Grayscale: #C0C0C0. Windows color (decimal): -13697026 or 16711470. OLE color: 16711470.
HSL color Cylindrical-coordinate representation of color #2EFFFE: hue angle of 179.71º 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 #2EFFFE is Cyan = 0.82, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 254 | - |
| CMYK | 0.82 | 0 | 0.00 | 0 |
| HSL | 179.71º | 1% | 0.59% | - |
| HSV(B) | 179.71º | 0.82% | 1% | - |
| XYZ | 54.78 | 79.26 | 106.18 | - |
| YUV | 192.4 | 162.76 | 23.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 254 | 0.82 | 0 | 0.00 | 0 | 179.71 | 1 | 0.59 |
| Hex | 2E | FF | FE | 52 | 0 | 0 | 0 | B4 | 64 | 3B |
| Octal | 56 | 377 | 376 | 122 | 0 | 0 | 0 | 264 | 144 | 73 |
| Binary | 101110 | 11111111 | 11111110 | 1010010 | 0 | 0 | 0 | 10110100 | 1100100 | 111011 |
Color Harmonies of #2EFFFE
Complementary color
Monochromatic Colors of #2EFFFE
Black with #2EFFFE
Text Example
Text Example
White with #2EFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFFFE; }
p { color: rgb(46,255,254); }
H1.HeaderClassName
{
color: #2EFFFE;
}
.AnyTagClassName
{
color: #2EFFFE;
}
</style>
background-color css
<style>
a { background-color: #2EFFFE; }
a { background-color: rgb(46,255,254); }
div.DivClassName
{
background-color: #2EFFFE;
}
.BgClassName
{
background-color: #2EFFFE;
}
</style>
border-color css
<style>
span { border-color: #2EFFFE; }
span { border-color: rgb(46,255,254); }
td.TdClassName
{
border-color: #2EFFFE;
}
.TagClassName
{
border-color: #2EFFFE;
}
</style>