Shades of Turquoise #2EFDBC
Tints of Turquoise #2EFDBC
RGB
CMYK
RGB Variations
Color information
#2EFDBC (or 0x2EFDBC) is known color: Turquoise. HEX triplet: 2E, FD and BC. RGB value is (46,253,188). Sum of RGB (Red+Green+Blue) = 46+253+188=487 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.45% from 487); Green value is 253 (99.22% from 255 or 51.95% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDBC is #D10243. Grayscale: #B7B7B7. Windows color (decimal): -13697604 or 12385582. OLE color: 12385582.
HSL color Cylindrical-coordinate representation of color #2EFDBC: hue angle of 161.16º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFDBC is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 188 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.01 |
| HSL | 161.16º | 0.98% | 0.59% | - |
| HSV(B) | 161.16º | 0.82% | 0.99% | - |
| XYZ | 45.33 | 74.46 | 59.56 | - |
| YUV | 183.7 | 130.42 | 29.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 188 | 0.82 | 0 | 0.26 | 0.01 | 161.16 | 0.98 | 0.59 |
| Hex | 2E | FD | BC | 52 | 0 | 1A | 1 | A1 | 62 | 3B |
| Octal | 56 | 375 | 274 | 122 | 0 | 32 | 1 | 241 | 142 | 73 |
| Binary | 101110 | 11111101 | 10111100 | 1010010 | 0 | 11010 | 1 | 10100001 | 1100010 | 111011 |
Color Harmonies of #2EFDBC
Complementary color
Monochromatic Colors of #2EFDBC
Black with #2EFDBC
Text Example
Text Example
White with #2EFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFDBC; }
p { color: rgb(46,253,188); }
H1.HeaderClassName
{
color: #2EFDBC;
}
.AnyTagClassName
{
color: #2EFDBC;
}
</style>
background-color css
<style>
a { background-color: #2EFDBC; }
a { background-color: rgb(46,253,188); }
div.DivClassName
{
background-color: #2EFDBC;
}
.BgClassName
{
background-color: #2EFDBC;
}
</style>
border-color css
<style>
span { border-color: #2EFDBC; }
span { border-color: rgb(46,253,188); }
td.TdClassName
{
border-color: #2EFDBC;
}
.TagClassName
{
border-color: #2EFDBC;
}
</style>