Shades of Turquoise #2EFAB0
Tints of Turquoise #2EFAB0
RGB
CMYK
RGB Variations
Color information
#2EFAB0 (or 0x2EFAB0) is known color: Turquoise. HEX triplet: 2E, FA and B0. RGB value is (46,250,176). Sum of RGB (Red+Green+Blue) = 46+250+176=472 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.75% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFAB0 is #D1054F. Grayscale: #B4B4B4. Windows color (decimal): -13698384 or 11598382. OLE color: 11598382.
HSL color Cylindrical-coordinate representation of color #2EFAB0: hue angle of 158.24º degrees, saturation: 0.95, 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 #2EFAB0 is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 176 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.02 |
| HSL | 158.24º | 0.95% | 0.58% | - |
| HSV(B) | 158.24º | 0.82% | 0.98% | - |
| XYZ | 43.15 | 72.09 | 52.71 | - |
| YUV | 180.57 | 125.41 | 32.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 176 | 0.82 | 0 | 0.30 | 0.02 | 158.24 | 0.95 | 0.58 |
| Hex | 2E | FA | B0 | 52 | 0 | 1E | 2 | 9E | 5F | 3A |
| Octal | 56 | 372 | 260 | 122 | 0 | 36 | 2 | 236 | 137 | 72 |
| Binary | 101110 | 11111010 | 10110000 | 1010010 | 0 | 11110 | 10 | 10011110 | 1011111 | 111010 |
Color Harmonies of #2EFAB0
Complementary color
Monochromatic Colors of #2EFAB0
Black with #2EFAB0
Text Example
Text Example
White with #2EFAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFAB0; }
p { color: rgb(46,250,176); }
H1.HeaderClassName
{
color: #2EFAB0;
}
.AnyTagClassName
{
color: #2EFAB0;
}
</style>
background-color css
<style>
a { background-color: #2EFAB0; }
a { background-color: rgb(46,250,176); }
div.DivClassName
{
background-color: #2EFAB0;
}
.BgClassName
{
background-color: #2EFAB0;
}
</style>
border-color css
<style>
span { border-color: #2EFAB0; }
span { border-color: rgb(46,250,176); }
td.TdClassName
{
border-color: #2EFAB0;
}
.TagClassName
{
border-color: #2EFAB0;
}
</style>