Shades of Turquoise #2ED8BA
Tints of Turquoise #2ED8BA
RGB
CMYK
RGB Variations
Color information
#2ED8BA (or 0x2ED8BA) is known color: Turquoise. HEX triplet: 2E, D8 and BA. RGB value is (46,216,186). Sum of RGB (Red+Green+Blue) = 46+216+186=448 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.27% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED8BA is #D12745. Grayscale: #A1A1A1. Windows color (decimal): -13707078 or 12245038. OLE color: 12245038.
HSL color Cylindrical-coordinate representation of color #2ED8BA: hue angle of 169.41º 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 #2ED8BA is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 216 | 186 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.15 |
| HSL | 169.41º | 0.69% | 0.51% | - |
| HSV(B) | 169.41º | 0.79% | 0.85% | - |
| XYZ | 34.55 | 53.24 | 54.91 | - |
| YUV | 161.75 | 141.68 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 216 | 186 | 0.79 | 0 | 0.14 | 0.15 | 169.41 | 0.69 | 0.51 |
| Hex | 2E | D8 | BA | 4F | 0 | E | F | A9 | 45 | 33 |
| Octal | 56 | 330 | 272 | 117 | 0 | 16 | 17 | 251 | 105 | 63 |
| Binary | 101110 | 11011000 | 10111010 | 1001111 | 0 | 1110 | 1111 | 10101001 | 1000101 | 110011 |
Color Harmonies of #2ED8BA
Complementary color
Monochromatic Colors of #2ED8BA
Black with #2ED8BA
Text Example
Text Example
White with #2ED8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED8BA; }
p { color: rgb(46,216,186); }
H1.HeaderClassName
{
color: #2ED8BA;
}
.AnyTagClassName
{
color: #2ED8BA;
}
</style>
background-color css
<style>
a { background-color: #2ED8BA; }
a { background-color: rgb(46,216,186); }
div.DivClassName
{
background-color: #2ED8BA;
}
.BgClassName
{
background-color: #2ED8BA;
}
</style>
border-color css
<style>
span { border-color: #2ED8BA; }
span { border-color: rgb(46,216,186); }
td.TdClassName
{
border-color: #2ED8BA;
}
.TagClassName
{
border-color: #2ED8BA;
}
</style>