Shades of Turquoise #2EEFBC
Tints of Turquoise #2EEFBC
RGB
CMYK
RGB Variations
Color information
#2EEFBC (or 0x2EEFBC) is known color: Turquoise. HEX triplet: 2E, EF and BC. RGB value is (46,239,188). Sum of RGB (Red+Green+Blue) = 46+239+188=473 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.73% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEFBC is #D11043. Grayscale: #AFAFAF. Windows color (decimal): -13701188 or 12381998. OLE color: 12381998.
HSL color Cylindrical-coordinate representation of color #2EEFBC: hue angle of 164.15º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEFBC is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 188 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.06 |
| HSL | 164.15º | 0.86% | 0.56% | - |
| HSV(B) | 164.15º | 0.81% | 0.94% | - |
| XYZ | 41.07 | 65.94 | 58.14 | - |
| YUV | 175.48 | 135.06 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 188 | 0.81 | 0 | 0.21 | 0.06 | 164.15 | 0.86 | 0.56 |
| Hex | 2E | EF | BC | 51 | 0 | 15 | 6 | A4 | 56 | 38 |
| Octal | 56 | 357 | 274 | 121 | 0 | 25 | 6 | 244 | 126 | 70 |
| Binary | 101110 | 11101111 | 10111100 | 1010001 | 0 | 10101 | 110 | 10100100 | 1010110 | 111000 |
Color Harmonies of #2EEFBC
Complementary color
Monochromatic Colors of #2EEFBC
Black with #2EEFBC
Text Example
Text Example
White with #2EEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEFBC; }
p { color: rgb(46,239,188); }
H1.HeaderClassName
{
color: #2EEFBC;
}
.AnyTagClassName
{
color: #2EEFBC;
}
</style>
background-color css
<style>
a { background-color: #2EEFBC; }
a { background-color: rgb(46,239,188); }
div.DivClassName
{
background-color: #2EEFBC;
}
.BgClassName
{
background-color: #2EEFBC;
}
</style>
border-color css
<style>
span { border-color: #2EEFBC; }
span { border-color: rgb(46,239,188); }
td.TdClassName
{
border-color: #2EEFBC;
}
.TagClassName
{
border-color: #2EEFBC;
}
</style>