Shades of Turquoise #2EFEBC
Tints of Turquoise #2EFEBC
RGB
CMYK
RGB Variations
Color information
#2EFEBC (or 0x2EFEBC) is known color: Turquoise. HEX triplet: 2E, FE and BC. RGB value is (46,254,188). Sum of RGB (Red+Green+Blue) = 46+254+188=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFEBC is #D10143. Grayscale: #B8B8B8. Windows color (decimal): -13697348 or 12385838. OLE color: 12385838.
HSL color Cylindrical-coordinate representation of color #2EFEBC: hue angle of 160.96º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFEBC is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 188 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.00 |
| HSL | 160.96º | 0.99% | 0.59% | - |
| HSV(B) | 160.96º | 0.82% | 1% | - |
| XYZ | 45.65 | 75.1 | 59.67 | - |
| YUV | 184.28 | 130.09 | 29.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 188 | 0.82 | 0 | 0.26 | 0.00 | 160.96 | 0.99 | 0.59 |
| Hex | 2E | FE | BC | 52 | 0 | 1A | 0 | A1 | 63 | 3B |
| Octal | 56 | 376 | 274 | 122 | 0 | 32 | 0 | 241 | 143 | 73 |
| Binary | 101110 | 11111110 | 10111100 | 1010010 | 0 | 11010 | 0 | 10100001 | 1100011 | 111011 |
Color Harmonies of #2EFEBC
Complementary color
Monochromatic Colors of #2EFEBC
Black with #2EFEBC
Text Example
Text Example
White with #2EFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFEBC; }
p { color: rgb(46,254,188); }
H1.HeaderClassName
{
color: #2EFEBC;
}
.AnyTagClassName
{
color: #2EFEBC;
}
</style>
background-color css
<style>
a { background-color: #2EFEBC; }
a { background-color: rgb(46,254,188); }
div.DivClassName
{
background-color: #2EFEBC;
}
.BgClassName
{
background-color: #2EFEBC;
}
</style>
border-color css
<style>
span { border-color: #2EFEBC; }
span { border-color: rgb(46,254,188); }
td.TdClassName
{
border-color: #2EFEBC;
}
.TagClassName
{
border-color: #2EFEBC;
}
</style>