Shades of Medium Turquoise #2EC7BF
Tints of Medium Turquoise #2EC7BF
RGB
CMYK
RGB Variations
Color information
#2EC7BF (or 0x2EC7BF) is known color: Medium Turquoise. HEX triplet: 2E, C7 and BF. RGB value is (46,199,191). Sum of RGB (Red+Green+Blue) = 46+199+191=436 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.55% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC7BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC7BF is #D13840. Grayscale: #989898. Windows color (decimal): -13711425 or 12568366. OLE color: 12568366.
HSL color Cylindrical-coordinate representation of color #2EC7BF: hue angle of 176.86º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC7BF is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 199 | 191 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.22 |
| HSL | 176.86º | 0.62% | 0.48% | - |
| HSV(B) | 176.86º | 0.77% | 0.78% | - |
| XYZ | 30.95 | 45.19 | 56.38 | - |
| YUV | 152.34 | 149.81 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 199 | 191 | 0.77 | 0 | 0.04 | 0.22 | 176.86 | 0.62 | 0.48 |
| Hex | 2E | C7 | BF | 4D | 0 | 4 | 16 | B1 | 3E | 30 |
| Octal | 56 | 307 | 277 | 115 | 0 | 4 | 26 | 261 | 76 | 60 |
| Binary | 101110 | 11000111 | 10111111 | 1001101 | 0 | 100 | 10110 | 10110001 | 111110 | 110000 |
Color Harmonies of #2EC7BF
Complementary color
Monochromatic Colors of #2EC7BF
Black with #2EC7BF
Text Example
Text Example
White with #2EC7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC7BF; }
p { color: rgb(46,199,191); }
H1.HeaderClassName
{
color: #2EC7BF;
}
.AnyTagClassName
{
color: #2EC7BF;
}
</style>
background-color css
<style>
a { background-color: #2EC7BF; }
a { background-color: rgb(46,199,191); }
div.DivClassName
{
background-color: #2EC7BF;
}
.BgClassName
{
background-color: #2EC7BF;
}
</style>
border-color css
<style>
span { border-color: #2EC7BF; }
span { border-color: rgb(46,199,191); }
td.TdClassName
{
border-color: #2EC7BF;
}
.TagClassName
{
border-color: #2EC7BF;
}
</style>