Shades of Turquoise #2EEDBD
Tints of Turquoise #2EEDBD
RGB
CMYK
RGB Variations
Color information
#2EEDBD (or 0x2EEDBD) is known color: Turquoise. HEX triplet: 2E, ED and BD. RGB value is (46,237,189). Sum of RGB (Red+Green+Blue) = 46+237+189=472 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.75% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEDBD is #D11242. Grayscale: #AEAEAE. Windows color (decimal): -13701699 or 12447022. OLE color: 12447022.
HSL color Cylindrical-coordinate representation of color #2EEDBD: hue angle of 164.92º 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 #2EEDBD is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 189 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.07 |
| HSL | 164.92º | 0.84% | 0.55% | - |
| HSV(B) | 164.92º | 0.81% | 0.93% | - |
| XYZ | 40.6 | 64.82 | 58.52 | - |
| YUV | 174.42 | 136.22 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 189 | 0.81 | 0 | 0.20 | 0.07 | 164.92 | 0.84 | 0.55 |
| Hex | 2E | ED | BD | 51 | 0 | 14 | 7 | A5 | 54 | 37 |
| Octal | 56 | 355 | 275 | 121 | 0 | 24 | 7 | 245 | 124 | 67 |
| Binary | 101110 | 11101101 | 10111101 | 1010001 | 0 | 10100 | 111 | 10100101 | 1010100 | 110111 |
Color Harmonies of #2EEDBD
Complementary color
Monochromatic Colors of #2EEDBD
Black with #2EEDBD
Text Example
Text Example
White with #2EEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEDBD; }
p { color: rgb(46,237,189); }
H1.HeaderClassName
{
color: #2EEDBD;
}
.AnyTagClassName
{
color: #2EEDBD;
}
</style>
background-color css
<style>
a { background-color: #2EEDBD; }
a { background-color: rgb(46,237,189); }
div.DivClassName
{
background-color: #2EEDBD;
}
.BgClassName
{
background-color: #2EEDBD;
}
</style>
border-color css
<style>
span { border-color: #2EEDBD; }
span { border-color: rgb(46,237,189); }
td.TdClassName
{
border-color: #2EEDBD;
}
.TagClassName
{
border-color: #2EEDBD;
}
</style>