Shades of Turquoise #2EDFBB
Tints of Turquoise #2EDFBB
RGB
CMYK
RGB Variations
Color information
#2EDFBB (or 0x2EDFBB) is known color: Turquoise. HEX triplet: 2E, DF and BB. RGB value is (46,223,187). Sum of RGB (Red+Green+Blue) = 46+223+187=456 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.09% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFBB is #D12044. Grayscale: #A5A5A5. Windows color (decimal): -13705285 or 12312366. OLE color: 12312366.
HSL color Cylindrical-coordinate representation of color #2EDFBB: hue angle of 167.8º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDFBB is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 187 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.13 |
| HSL | 167.8º | 0.73% | 0.53% | - |
| HSV(B) | 167.8º | 0.79% | 0.87% | - |
| XYZ | 36.48 | 56.94 | 56.08 | - |
| YUV | 165.97 | 139.86 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 187 | 0.79 | 0 | 0.16 | 0.13 | 167.8 | 0.73 | 0.53 |
| Hex | 2E | DF | BB | 4F | 0 | 10 | D | A8 | 49 | 35 |
| Octal | 56 | 337 | 273 | 117 | 0 | 20 | 15 | 250 | 111 | 65 |
| Binary | 101110 | 11011111 | 10111011 | 1001111 | 0 | 10000 | 1101 | 10101000 | 1001001 | 110101 |
Color Harmonies of #2EDFBB
Complementary color
Monochromatic Colors of #2EDFBB
Black with #2EDFBB
Text Example
Text Example
White with #2EDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDFBB; }
p { color: rgb(46,223,187); }
H1.HeaderClassName
{
color: #2EDFBB;
}
.AnyTagClassName
{
color: #2EDFBB;
}
</style>
background-color css
<style>
a { background-color: #2EDFBB; }
a { background-color: rgb(46,223,187); }
div.DivClassName
{
background-color: #2EDFBB;
}
.BgClassName
{
background-color: #2EDFBB;
}
</style>
border-color css
<style>
span { border-color: #2EDFBB; }
span { border-color: rgb(46,223,187); }
td.TdClassName
{
border-color: #2EDFBB;
}
.TagClassName
{
border-color: #2EDFBB;
}
</style>