Shades of Turquoise #2EDABB
Tints of Turquoise #2EDABB
RGB
CMYK
RGB Variations
Color information
#2EDABB (or 0x2EDABB) is known color: Turquoise. HEX triplet: 2E, DA and BB. RGB value is (46,218,187). Sum of RGB (Red+Green+Blue) = 46+218+187=451 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.20% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDABB is #D12544. Grayscale: #A2A2A2. Windows color (decimal): -13706565 or 12311086. OLE color: 12311086.
HSL color Cylindrical-coordinate representation of color #2EDABB: hue angle of 169.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDABB is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 218 | 187 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.15 |
| HSL | 169.19º | 0.7% | 0.52% | - |
| HSV(B) | 169.19º | 0.79% | 0.85% | - |
| XYZ | 35.17 | 54.31 | 55.64 | - |
| YUV | 163.04 | 141.52 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 218 | 187 | 0.79 | 0 | 0.14 | 0.15 | 169.19 | 0.7 | 0.52 |
| Hex | 2E | DA | BB | 4F | 0 | E | F | A9 | 46 | 34 |
| Octal | 56 | 332 | 273 | 117 | 0 | 16 | 17 | 251 | 106 | 64 |
| Binary | 101110 | 11011010 | 10111011 | 1001111 | 0 | 1110 | 1111 | 10101001 | 1000110 | 110100 |
Color Harmonies of #2EDABB
Complementary color
Monochromatic Colors of #2EDABB
Black with #2EDABB
Text Example
Text Example
White with #2EDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDABB; }
p { color: rgb(46,218,187); }
H1.HeaderClassName
{
color: #2EDABB;
}
.AnyTagClassName
{
color: #2EDABB;
}
</style>
background-color css
<style>
a { background-color: #2EDABB; }
a { background-color: rgb(46,218,187); }
div.DivClassName
{
background-color: #2EDABB;
}
.BgClassName
{
background-color: #2EDABB;
}
</style>
border-color css
<style>
span { border-color: #2EDABB; }
span { border-color: rgb(46,218,187); }
td.TdClassName
{
border-color: #2EDABB;
}
.TagClassName
{
border-color: #2EDABB;
}
</style>