Shades of Turquoise #2EF8B2
Tints of Turquoise #2EF8B2
RGB
CMYK
RGB Variations
Color information
#2EF8B2 (or 0x2EF8B2) is known color: Turquoise. HEX triplet: 2E, F8 and B2. RGB value is (46,248,178). Sum of RGB (Red+Green+Blue) = 46+248+178=472 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.75% from 472); Green value is 248 (97.27% from 255 or 52.54% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF8B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF8B2 is #D1074D. Grayscale: #B3B3B3. Windows color (decimal): -13698894 or 11728942. OLE color: 11728942.
HSL color Cylindrical-coordinate representation of color #2EF8B2: hue angle of 159.21º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF8B2 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 248 | 178 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.03 |
| HSL | 159.21º | 0.94% | 0.58% | - |
| HSV(B) | 159.21º | 0.81% | 0.97% | - |
| XYZ | 42.73 | 70.93 | 53.56 | - |
| YUV | 179.62 | 127.08 | 32.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 248 | 178 | 0.81 | 0 | 0.28 | 0.03 | 159.21 | 0.94 | 0.58 |
| Hex | 2E | F8 | B2 | 51 | 0 | 1C | 3 | 9F | 5E | 3A |
| Octal | 56 | 370 | 262 | 121 | 0 | 34 | 3 | 237 | 136 | 72 |
| Binary | 101110 | 11111000 | 10110010 | 1010001 | 0 | 11100 | 11 | 10011111 | 1011110 | 111010 |
Color Harmonies of #2EF8B2
Complementary color
Monochromatic Colors of #2EF8B2
Black with #2EF8B2
Text Example
Text Example
White with #2EF8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF8B2; }
p { color: rgb(46,248,178); }
H1.HeaderClassName
{
color: #2EF8B2;
}
.AnyTagClassName
{
color: #2EF8B2;
}
</style>
background-color css
<style>
a { background-color: #2EF8B2; }
a { background-color: rgb(46,248,178); }
div.DivClassName
{
background-color: #2EF8B2;
}
.BgClassName
{
background-color: #2EF8B2;
}
</style>
border-color css
<style>
span { border-color: #2EF8B2; }
span { border-color: rgb(46,248,178); }
td.TdClassName
{
border-color: #2EF8B2;
}
.TagClassName
{
border-color: #2EF8B2;
}
</style>