Shades of Turquoise #2ED4BB
Tints of Turquoise #2ED4BB
RGB
CMYK
RGB Variations
Color information
#2ED4BB (or 0x2ED4BB) is known color: Turquoise. HEX triplet: 2E, D4 and BB. RGB value is (46,212,187). Sum of RGB (Red+Green+Blue) = 46+212+187=445 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.34% from 445); Green value is 212 (83.20% from 255 or 47.64% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED4BB is #D12B44. Grayscale: #9F9F9F. Windows color (decimal): -13708101 or 12309550. OLE color: 12309550.
HSL color Cylindrical-coordinate representation of color #2ED4BB: hue angle of 170.96º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED4BB is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 212 | 187 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.17 |
| HSL | 170.96º | 0.66% | 0.51% | - |
| HSV(B) | 170.96º | 0.78% | 0.83% | - |
| XYZ | 33.64 | 51.26 | 55.13 | - |
| YUV | 159.52 | 143.5 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 212 | 187 | 0.78 | 0 | 0.12 | 0.17 | 170.96 | 0.66 | 0.51 |
| Hex | 2E | D4 | BB | 4E | 0 | C | 11 | AB | 42 | 33 |
| Octal | 56 | 324 | 273 | 116 | 0 | 14 | 21 | 253 | 102 | 63 |
| Binary | 101110 | 11010100 | 10111011 | 1001110 | 0 | 1100 | 10001 | 10101011 | 1000010 | 110011 |
Color Harmonies of #2ED4BB
Complementary color
Monochromatic Colors of #2ED4BB
Black with #2ED4BB
Text Example
Text Example
White with #2ED4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED4BB; }
p { color: rgb(46,212,187); }
H1.HeaderClassName
{
color: #2ED4BB;
}
.AnyTagClassName
{
color: #2ED4BB;
}
</style>
background-color css
<style>
a { background-color: #2ED4BB; }
a { background-color: rgb(46,212,187); }
div.DivClassName
{
background-color: #2ED4BB;
}
.BgClassName
{
background-color: #2ED4BB;
}
</style>
border-color css
<style>
span { border-color: #2ED4BB; }
span { border-color: rgb(46,212,187); }
td.TdClassName
{
border-color: #2ED4BB;
}
.TagClassName
{
border-color: #2ED4BB;
}
</style>