Shades of Turquoise #2EFDBE
Tints of Turquoise #2EFDBE
RGB
CMYK
RGB Variations
Color information
#2EFDBE (or 0x2EFDBE) is known color: Turquoise. HEX triplet: 2E, FD and BE. RGB value is (46,253,190). Sum of RGB (Red+Green+Blue) = 46+253+190=489 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.41% from 489); Green value is 253 (99.22% from 255 or 51.74% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDBE is #D10241. Grayscale: #B7B7B7. Windows color (decimal): -13697602 or 12516654. OLE color: 12516654.
HSL color Cylindrical-coordinate representation of color #2EFDBE: hue angle of 161.74º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFDBE is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 190 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.01 |
| HSL | 161.74º | 0.98% | 0.59% | - |
| HSV(B) | 161.74º | 0.82% | 0.99% | - |
| XYZ | 45.55 | 74.55 | 60.7 | - |
| YUV | 183.93 | 131.42 | 29.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 190 | 0.82 | 0 | 0.25 | 0.01 | 161.74 | 0.98 | 0.59 |
| Hex | 2E | FD | BE | 52 | 0 | 19 | 1 | A2 | 62 | 3B |
| Octal | 56 | 375 | 276 | 122 | 0 | 31 | 1 | 242 | 142 | 73 |
| Binary | 101110 | 11111101 | 10111110 | 1010010 | 0 | 11001 | 1 | 10100010 | 1100010 | 111011 |
Color Harmonies of #2EFDBE
Complementary color
Monochromatic Colors of #2EFDBE
Black with #2EFDBE
Text Example
Text Example
White with #2EFDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFDBE; }
p { color: rgb(46,253,190); }
H1.HeaderClassName
{
color: #2EFDBE;
}
.AnyTagClassName
{
color: #2EFDBE;
}
</style>
background-color css
<style>
a { background-color: #2EFDBE; }
a { background-color: rgb(46,253,190); }
div.DivClassName
{
background-color: #2EFDBE;
}
.BgClassName
{
background-color: #2EFDBE;
}
</style>
border-color css
<style>
span { border-color: #2EFDBE; }
span { border-color: rgb(46,253,190); }
td.TdClassName
{
border-color: #2EFDBE;
}
.TagClassName
{
border-color: #2EFDBE;
}
</style>