Shades of Aqua #2EF3FB
Tints of Aqua #2EF3FB
RGB
CMYK
RGB Variations
Color information
#2EF3FB (or 0x2EF3FB) is known color: Aqua. HEX triplet: 2E, F3 and FB. RGB value is (46,243,251). Sum of RGB (Red+Green+Blue) = 46+243+251=540 (71% of max value = 765). Red value is 46 (18.36% from 255 or 8.52% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #2EF3FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EF3FB is #D10C04. Grayscale: #B8B8B8. Windows color (decimal): -13700101 or 16511790. OLE color: 16511790.
HSL color Cylindrical-coordinate representation of color #2EF3FB: hue angle of 182.34º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EF3FB is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 243 | 251 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.02 |
| HSL | 182.34º | 0.96% | 0.58% | - |
| HSV(B) | 182.34º | 0.82% | 0.98% | - |
| XYZ | 50.59 | 71.65 | 102.43 | - |
| YUV | 185.01 | 165.23 | 28.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 251 | 0.82 | 0.03 | 0 | 0.02 | 182.34 | 0.96 | 0.58 |
| Hex | 2E | F3 | FB | 52 | 3 | 0 | 2 | B6 | 60 | 3A |
| Octal | 56 | 363 | 373 | 122 | 3 | 0 | 2 | 266 | 140 | 72 |
| Binary | 101110 | 11110011 | 11111011 | 1010010 | 11 | 0 | 10 | 10110110 | 1100000 | 111010 |
Color Harmonies of #2EF3FB
Complementary color
Monochromatic Colors of #2EF3FB
Black with #2EF3FB
Text Example
Text Example
White with #2EF3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF3FB; }
p { color: rgb(46,243,251); }
H1.HeaderClassName
{
color: #2EF3FB;
}
.AnyTagClassName
{
color: #2EF3FB;
}
</style>
background-color css
<style>
a { background-color: #2EF3FB; }
a { background-color: rgb(46,243,251); }
div.DivClassName
{
background-color: #2EF3FB;
}
.BgClassName
{
background-color: #2EF3FB;
}
</style>
border-color css
<style>
span { border-color: #2EF3FB; }
span { border-color: rgb(46,243,251); }
td.TdClassName
{
border-color: #2EF3FB;
}
.TagClassName
{
border-color: #2EF3FB;
}
</style>