Shades of Turquoise #2EF3BE
Tints of Turquoise #2EF3BE
RGB
CMYK
RGB Variations
Color information
#2EF3BE (or 0x2EF3BE) is known color: Turquoise. HEX triplet: 2E, F3 and BE. RGB value is (46,243,190). Sum of RGB (Red+Green+Blue) = 46+243+190=479 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.60% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF3BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF3BE is #D10C41. Grayscale: #B2B2B2. Windows color (decimal): -13700162 or 12514094. OLE color: 12514094.
HSL color Cylindrical-coordinate representation of color #2EF3BE: hue angle of 163.86º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF3BE is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 243 | 190 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.05 |
| HSL | 163.86º | 0.89% | 0.57% | - |
| HSV(B) | 163.86º | 0.81% | 0.95% | - |
| XYZ | 42.47 | 68.4 | 59.68 | - |
| YUV | 178.06 | 134.73 | 33.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 190 | 0.81 | 0 | 0.22 | 0.05 | 163.86 | 0.89 | 0.57 |
| Hex | 2E | F3 | BE | 51 | 0 | 16 | 5 | A4 | 59 | 39 |
| Octal | 56 | 363 | 276 | 121 | 0 | 26 | 5 | 244 | 131 | 71 |
| Binary | 101110 | 11110011 | 10111110 | 1010001 | 0 | 10110 | 101 | 10100100 | 1011001 | 111001 |
Color Harmonies of #2EF3BE
Complementary color
Monochromatic Colors of #2EF3BE
Black with #2EF3BE
Text Example
Text Example
White with #2EF3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF3BE; }
p { color: rgb(46,243,190); }
H1.HeaderClassName
{
color: #2EF3BE;
}
.AnyTagClassName
{
color: #2EF3BE;
}
</style>
background-color css
<style>
a { background-color: #2EF3BE; }
a { background-color: rgb(46,243,190); }
div.DivClassName
{
background-color: #2EF3BE;
}
.BgClassName
{
background-color: #2EF3BE;
}
</style>
border-color css
<style>
span { border-color: #2EF3BE; }
span { border-color: rgb(46,243,190); }
td.TdClassName
{
border-color: #2EF3BE;
}
.TagClassName
{
border-color: #2EF3BE;
}
</style>