Shades of Turquoise #2ED6BD
Tints of Turquoise #2ED6BD
RGB
CMYK
RGB Variations
Color information
#2ED6BD (or 0x2ED6BD) is known color: Turquoise. HEX triplet: 2E, D6 and BD. RGB value is (46,214,189). Sum of RGB (Red+Green+Blue) = 46+214+189=449 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.24% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED6BD is #D12942. Grayscale: #A0A0A0. Windows color (decimal): -13707587 or 12441134. OLE color: 12441134.
HSL color Cylindrical-coordinate representation of color #2ED6BD: hue angle of 171.07º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED6BD is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 189 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.16 |
| HSL | 171.07º | 0.67% | 0.51% | - |
| HSV(B) | 171.07º | 0.79% | 0.84% | - |
| XYZ | 34.36 | 52.35 | 56.44 | - |
| YUV | 160.92 | 143.84 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 189 | 0.79 | 0 | 0.12 | 0.16 | 171.07 | 0.67 | 0.51 |
| Hex | 2E | D6 | BD | 4F | 0 | C | 10 | AB | 43 | 33 |
| Octal | 56 | 326 | 275 | 117 | 0 | 14 | 20 | 253 | 103 | 63 |
| Binary | 101110 | 11010110 | 10111101 | 1001111 | 0 | 1100 | 10000 | 10101011 | 1000011 | 110011 |
Color Harmonies of #2ED6BD
Complementary color
Monochromatic Colors of #2ED6BD
Black with #2ED6BD
Text Example
Text Example
White with #2ED6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED6BD; }
p { color: rgb(46,214,189); }
H1.HeaderClassName
{
color: #2ED6BD;
}
.AnyTagClassName
{
color: #2ED6BD;
}
</style>
background-color css
<style>
a { background-color: #2ED6BD; }
a { background-color: rgb(46,214,189); }
div.DivClassName
{
background-color: #2ED6BD;
}
.BgClassName
{
background-color: #2ED6BD;
}
</style>
border-color css
<style>
span { border-color: #2ED6BD; }
span { border-color: rgb(46,214,189); }
td.TdClassName
{
border-color: #2ED6BD;
}
.TagClassName
{
border-color: #2ED6BD;
}
</style>