Shades of Turquoise #2EE2BD
Tints of Turquoise #2EE2BD
RGB
CMYK
RGB Variations
Color information
#2EE2BD (or 0x2EE2BD) is known color: Turquoise. HEX triplet: 2E, E2 and BD. RGB value is (46,226,189). Sum of RGB (Red+Green+Blue) = 46+226+189=461 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.98% from 461); Green value is 226 (88.67% from 255 or 49.02% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE2BD is #D11D42. Grayscale: #A7A7A7. Windows color (decimal): -13704515 or 12444206. OLE color: 12444206.
HSL color Cylindrical-coordinate representation of color #2EE2BD: hue angle of 167.67º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE2BD is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 189 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.11 |
| HSL | 167.67º | 0.76% | 0.53% | - |
| HSV(B) | 167.67º | 0.8% | 0.89% | - |
| XYZ | 37.51 | 58.65 | 57.49 | - |
| YUV | 167.96 | 139.87 | 41.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 189 | 0.80 | 0 | 0.16 | 0.11 | 167.67 | 0.76 | 0.53 |
| Hex | 2E | E2 | BD | 50 | 0 | 10 | B | A8 | 4C | 35 |
| Octal | 56 | 342 | 275 | 120 | 0 | 20 | 13 | 250 | 114 | 65 |
| Binary | 101110 | 11100010 | 10111101 | 1010000 | 0 | 10000 | 1011 | 10101000 | 1001100 | 110101 |
Color Harmonies of #2EE2BD
Complementary color
Monochromatic Colors of #2EE2BD
Black with #2EE2BD
Text Example
Text Example
White with #2EE2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE2BD; }
p { color: rgb(46,226,189); }
H1.HeaderClassName
{
color: #2EE2BD;
}
.AnyTagClassName
{
color: #2EE2BD;
}
</style>
background-color css
<style>
a { background-color: #2EE2BD; }
a { background-color: rgb(46,226,189); }
div.DivClassName
{
background-color: #2EE2BD;
}
.BgClassName
{
background-color: #2EE2BD;
}
</style>
border-color css
<style>
span { border-color: #2EE2BD; }
span { border-color: rgb(46,226,189); }
td.TdClassName
{
border-color: #2EE2BD;
}
.TagClassName
{
border-color: #2EE2BD;
}
</style>