Shades of Turquoise #2ED8BD
Tints of Turquoise #2ED8BD
RGB
CMYK
RGB Variations
Color information
#2ED8BD (or 0x2ED8BD) is known color: Turquoise. HEX triplet: 2E, D8 and BD. RGB value is (46,216,189). Sum of RGB (Red+Green+Blue) = 46+216+189=451 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.20% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED8BD is #D12742. Grayscale: #A2A2A2. Windows color (decimal): -13707075 or 12441646. OLE color: 12441646.
HSL color Cylindrical-coordinate representation of color #2ED8BD: hue angle of 170.47º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED8BD is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 216 | 189 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.15 |
| HSL | 170.47º | 0.69% | 0.51% | - |
| HSV(B) | 170.47º | 0.79% | 0.85% | - |
| XYZ | 34.87 | 53.37 | 56.61 | - |
| YUV | 162.09 | 143.18 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 216 | 189 | 0.79 | 0 | 0.12 | 0.15 | 170.47 | 0.69 | 0.51 |
| Hex | 2E | D8 | BD | 4F | 0 | C | F | AA | 45 | 33 |
| Octal | 56 | 330 | 275 | 117 | 0 | 14 | 17 | 252 | 105 | 63 |
| Binary | 101110 | 11011000 | 10111101 | 1001111 | 0 | 1100 | 1111 | 10101010 | 1000101 | 110011 |
Color Harmonies of #2ED8BD
Complementary color
Monochromatic Colors of #2ED8BD
Black with #2ED8BD
Text Example
Text Example
White with #2ED8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED8BD; }
p { color: rgb(46,216,189); }
H1.HeaderClassName
{
color: #2ED8BD;
}
.AnyTagClassName
{
color: #2ED8BD;
}
</style>
background-color css
<style>
a { background-color: #2ED8BD; }
a { background-color: rgb(46,216,189); }
div.DivClassName
{
background-color: #2ED8BD;
}
.BgClassName
{
background-color: #2ED8BD;
}
</style>
border-color css
<style>
span { border-color: #2ED8BD; }
span { border-color: rgb(46,216,189); }
td.TdClassName
{
border-color: #2ED8BD;
}
.TagClassName
{
border-color: #2ED8BD;
}
</style>