Shades of Turquoise #2EFFBB
Tints of Turquoise #2EFFBB
RGB
CMYK
RGB Variations
Color information
#2EFFBB (or 0x2EFFBB) is known color: Turquoise. HEX triplet: 2E, FF and BB. RGB value is (46,255,187). Sum of RGB (Red+Green+Blue) = 46+255+187=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFBB is #D10044. Grayscale: #B8B8B8. Windows color (decimal): -13697093 or 12320558. OLE color: 12320558.
HSL color Cylindrical-coordinate representation of color #2EFFBB: hue angle of 160.48º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFFBB is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 187 | - |
| CMYK | 0.82 | 0 | 0.27 | 0 |
| HSL | 160.48º | 1% | 0.59% | - |
| HSV(B) | 160.48º | 0.82% | 1% | - |
| XYZ | 45.86 | 75.69 | 59.21 | - |
| YUV | 184.76 | 129.26 | 29.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 187 | 0.82 | 0 | 0.27 | 0 | 160.48 | 1 | 0.59 |
| Hex | 2E | FF | BB | 52 | 0 | 1B | 0 | A0 | 64 | 3B |
| Octal | 56 | 377 | 273 | 122 | 0 | 33 | 0 | 240 | 144 | 73 |
| Binary | 101110 | 11111111 | 10111011 | 1010010 | 0 | 11011 | 0 | 10100000 | 1100100 | 111011 |
Color Harmonies of #2EFFBB
Complementary color
Monochromatic Colors of #2EFFBB
Black with #2EFFBB
Text Example
Text Example
White with #2EFFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFFBB; }
p { color: rgb(46,255,187); }
H1.HeaderClassName
{
color: #2EFFBB;
}
.AnyTagClassName
{
color: #2EFFBB;
}
</style>
background-color css
<style>
a { background-color: #2EFFBB; }
a { background-color: rgb(46,255,187); }
div.DivClassName
{
background-color: #2EFFBB;
}
.BgClassName
{
background-color: #2EFFBB;
}
</style>
border-color css
<style>
span { border-color: #2EFFBB; }
span { border-color: rgb(46,255,187); }
td.TdClassName
{
border-color: #2EFFBB;
}
.TagClassName
{
border-color: #2EFFBB;
}
</style>