Shades of Turquoise #2EEDBE
Tints of Turquoise #2EEDBE
RGB
CMYK
RGB Variations
Color information
#2EEDBE (or 0x2EEDBE) is known color: Turquoise. HEX triplet: 2E, ED and BE. RGB value is (46,237,190). Sum of RGB (Red+Green+Blue) = 46+237+190=473 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.73% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEDBE is #D11241. Grayscale: #AEAEAE. Windows color (decimal): -13701698 or 12512558. OLE color: 12512558.
HSL color Cylindrical-coordinate representation of color #2EEDBE: hue angle of 165.24º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEDBE is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 190 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.07 |
| HSL | 165.24º | 0.84% | 0.55% | - |
| HSV(B) | 165.24º | 0.81% | 0.93% | - |
| XYZ | 40.71 | 64.87 | 59.09 | - |
| YUV | 174.53 | 136.72 | 36.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 190 | 0.81 | 0 | 0.20 | 0.07 | 165.24 | 0.84 | 0.55 |
| Hex | 2E | ED | BE | 51 | 0 | 14 | 7 | A5 | 54 | 37 |
| Octal | 56 | 355 | 276 | 121 | 0 | 24 | 7 | 245 | 124 | 67 |
| Binary | 101110 | 11101101 | 10111110 | 1010001 | 0 | 10100 | 111 | 10100101 | 1010100 | 110111 |
Color Harmonies of #2EEDBE
Complementary color
Monochromatic Colors of #2EEDBE
Black with #2EEDBE
Text Example
Text Example
White with #2EEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEDBE; }
p { color: rgb(46,237,190); }
H1.HeaderClassName
{
color: #2EEDBE;
}
.AnyTagClassName
{
color: #2EEDBE;
}
</style>
background-color css
<style>
a { background-color: #2EEDBE; }
a { background-color: rgb(46,237,190); }
div.DivClassName
{
background-color: #2EEDBE;
}
.BgClassName
{
background-color: #2EEDBE;
}
</style>
border-color css
<style>
span { border-color: #2EEDBE; }
span { border-color: rgb(46,237,190); }
td.TdClassName
{
border-color: #2EEDBE;
}
.TagClassName
{
border-color: #2EEDBE;
}
</style>