Shades of Turquoise #2EFEBB
Tints of Turquoise #2EFEBB
RGB
CMYK
RGB Variations
Color information
#2EFEBB (or 0x2EFEBB) is known color: Turquoise. HEX triplet: 2E, FE and BB. RGB value is (46,254,187). Sum of RGB (Red+Green+Blue) = 46+254+187=487 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.45% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFEBB is #D10144. Grayscale: #B8B8B8. Windows color (decimal): -13697349 or 12320302. OLE color: 12320302.
HSL color Cylindrical-coordinate representation of color #2EFEBB: hue angle of 160.67º 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 #2EFEBB is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 187 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.00 |
| HSL | 160.67º | 0.99% | 0.59% | - |
| HSV(B) | 160.67º | 0.82% | 1% | - |
| XYZ | 45.54 | 75.05 | 59.1 | - |
| YUV | 184.17 | 129.59 | 29.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 187 | 0.82 | 0 | 0.26 | 0.00 | 160.67 | 0.99 | 0.59 |
| Hex | 2E | FE | BB | 52 | 0 | 1A | 0 | A1 | 63 | 3B |
| Octal | 56 | 376 | 273 | 122 | 0 | 32 | 0 | 241 | 143 | 73 |
| Binary | 101110 | 11111110 | 10111011 | 1010010 | 0 | 11010 | 0 | 10100001 | 1100011 | 111011 |
Color Harmonies of #2EFEBB
Complementary color
Monochromatic Colors of #2EFEBB
Black with #2EFEBB
Text Example
Text Example
White with #2EFEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFEBB; }
p { color: rgb(46,254,187); }
H1.HeaderClassName
{
color: #2EFEBB;
}
.AnyTagClassName
{
color: #2EFEBB;
}
</style>
background-color css
<style>
a { background-color: #2EFEBB; }
a { background-color: rgb(46,254,187); }
div.DivClassName
{
background-color: #2EFEBB;
}
.BgClassName
{
background-color: #2EFEBB;
}
</style>
border-color css
<style>
span { border-color: #2EFEBB; }
span { border-color: rgb(46,254,187); }
td.TdClassName
{
border-color: #2EFEBB;
}
.TagClassName
{
border-color: #2EFEBB;
}
</style>