Shades of Turquoise #2EE4BC
Tints of Turquoise #2EE4BC
RGB
CMYK
RGB Variations
Color information
#2EE4BC (or 0x2EE4BC) is known color: Turquoise. HEX triplet: 2E, E4 and BC. RGB value is (46,228,188). Sum of RGB (Red+Green+Blue) = 46+228+188=462 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.96% from 462); Green value is 228 (89.45% from 255 or 49.35% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE4BC is #D11B43. Grayscale: #A9A9A9. Windows color (decimal): -13704004 or 12379182. OLE color: 12379182.
HSL color Cylindrical-coordinate representation of color #2EE4BC: hue angle of 166.81º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE4BC is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 188 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.11 |
| HSL | 166.81º | 0.77% | 0.54% | - |
| HSV(B) | 166.81º | 0.8% | 0.89% | - |
| XYZ | 37.95 | 59.7 | 57.1 | - |
| YUV | 169.02 | 138.7 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 188 | 0.80 | 0 | 0.18 | 0.11 | 166.81 | 0.77 | 0.54 |
| Hex | 2E | E4 | BC | 50 | 0 | 12 | B | A7 | 4D | 36 |
| Octal | 56 | 344 | 274 | 120 | 0 | 22 | 13 | 247 | 115 | 66 |
| Binary | 101110 | 11100100 | 10111100 | 1010000 | 0 | 10010 | 1011 | 10100111 | 1001101 | 110110 |
Color Harmonies of #2EE4BC
Complementary color
Monochromatic Colors of #2EE4BC
Black with #2EE4BC
Text Example
Text Example
White with #2EE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE4BC; }
p { color: rgb(46,228,188); }
H1.HeaderClassName
{
color: #2EE4BC;
}
.AnyTagClassName
{
color: #2EE4BC;
}
</style>
background-color css
<style>
a { background-color: #2EE4BC; }
a { background-color: rgb(46,228,188); }
div.DivClassName
{
background-color: #2EE4BC;
}
.BgClassName
{
background-color: #2EE4BC;
}
</style>
border-color css
<style>
span { border-color: #2EE4BC; }
span { border-color: rgb(46,228,188); }
td.TdClassName
{
border-color: #2EE4BC;
}
.TagClassName
{
border-color: #2EE4BC;
}
</style>