Shades of Turquoise #2EF7BE
Tints of Turquoise #2EF7BE
RGB
CMYK
RGB Variations
Color information
#2EF7BE (or 0x2EF7BE) is known color: Turquoise. HEX triplet: 2E, F7 and BE. RGB value is (46,247,190). Sum of RGB (Red+Green+Blue) = 46+247+190=483 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.52% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF7BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF7BE is #D10841. Grayscale: #B4B4B4. Windows color (decimal): -13699138 or 12515118. OLE color: 12515118.
HSL color Cylindrical-coordinate representation of color #2EF7BE: hue angle of 162.99º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF7BE is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 247 | 190 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.03 |
| HSL | 162.99º | 0.93% | 0.57% | - |
| HSV(B) | 162.99º | 0.81% | 0.97% | - |
| XYZ | 43.68 | 70.82 | 60.08 | - |
| YUV | 180.4 | 133.41 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 247 | 190 | 0.81 | 0 | 0.23 | 0.03 | 162.99 | 0.93 | 0.57 |
| Hex | 2E | F7 | BE | 51 | 0 | 17 | 3 | A3 | 5D | 39 |
| Octal | 56 | 367 | 276 | 121 | 0 | 27 | 3 | 243 | 135 | 71 |
| Binary | 101110 | 11110111 | 10111110 | 1010001 | 0 | 10111 | 11 | 10100011 | 1011101 | 111001 |
Color Harmonies of #2EF7BE
Complementary color
Monochromatic Colors of #2EF7BE
Black with #2EF7BE
Text Example
Text Example
White with #2EF7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF7BE; }
p { color: rgb(46,247,190); }
H1.HeaderClassName
{
color: #2EF7BE;
}
.AnyTagClassName
{
color: #2EF7BE;
}
</style>
background-color css
<style>
a { background-color: #2EF7BE; }
a { background-color: rgb(46,247,190); }
div.DivClassName
{
background-color: #2EF7BE;
}
.BgClassName
{
background-color: #2EF7BE;
}
</style>
border-color css
<style>
span { border-color: #2EF7BE; }
span { border-color: rgb(46,247,190); }
td.TdClassName
{
border-color: #2EF7BE;
}
.TagClassName
{
border-color: #2EF7BE;
}
</style>