Shades of Turquoise #2EF5BE
Tints of Turquoise #2EF5BE
RGB
CMYK
RGB Variations
Color information
#2EF5BE (or 0x2EF5BE) is known color: Turquoise. HEX triplet: 2E, F5 and BE. RGB value is (46,245,190). Sum of RGB (Red+Green+Blue) = 46+245+190=481 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.56% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #2EF5BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF5BE is #D10A41. Grayscale: #B3B3B3. Windows color (decimal): -13699650 or 12514606. OLE color: 12514606.
HSL color Cylindrical-coordinate representation of color #2EF5BE: hue angle of 163.42º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF5BE is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 245 | 190 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.04 |
| HSL | 163.42º | 0.91% | 0.57% | - |
| HSV(B) | 163.42º | 0.81% | 0.96% | - |
| XYZ | 43.07 | 69.6 | 59.88 | - |
| YUV | 179.23 | 134.07 | 32.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 245 | 190 | 0.81 | 0 | 0.22 | 0.04 | 163.42 | 0.91 | 0.57 |
| Hex | 2E | F5 | BE | 51 | 0 | 16 | 4 | A3 | 5B | 39 |
| Octal | 56 | 365 | 276 | 121 | 0 | 26 | 4 | 243 | 133 | 71 |
| Binary | 101110 | 11110101 | 10111110 | 1010001 | 0 | 10110 | 100 | 10100011 | 1011011 | 111001 |
Color Harmonies of #2EF5BE
Complementary color
Monochromatic Colors of #2EF5BE
Black with #2EF5BE
Text Example
Text Example
White with #2EF5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF5BE; }
p { color: rgb(46,245,190); }
H1.HeaderClassName
{
color: #2EF5BE;
}
.AnyTagClassName
{
color: #2EF5BE;
}
</style>
background-color css
<style>
a { background-color: #2EF5BE; }
a { background-color: rgb(46,245,190); }
div.DivClassName
{
background-color: #2EF5BE;
}
.BgClassName
{
background-color: #2EF5BE;
}
</style>
border-color css
<style>
span { border-color: #2EF5BE; }
span { border-color: rgb(46,245,190); }
td.TdClassName
{
border-color: #2EF5BE;
}
.TagClassName
{
border-color: #2EF5BE;
}
</style>