Shades of Turquoise #2EFDBD
Tints of Turquoise #2EFDBD
RGB
CMYK
RGB Variations
Color information
#2EFDBD (or 0x2EFDBD) is known color: Turquoise. HEX triplet: 2E, FD and BD. RGB value is (46,253,189). Sum of RGB (Red+Green+Blue) = 46+253+189=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDBD is #D10242. Grayscale: #B7B7B7. Windows color (decimal): -13697603 or 12451118. OLE color: 12451118.
HSL color Cylindrical-coordinate representation of color #2EFDBD: hue angle of 161.45º 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 #2EFDBD is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 189 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.01 |
| HSL | 161.45º | 0.98% | 0.59% | - |
| HSV(B) | 161.45º | 0.82% | 0.99% | - |
| XYZ | 45.44 | 74.51 | 60.13 | - |
| YUV | 183.81 | 130.92 | 29.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 189 | 0.82 | 0 | 0.25 | 0.01 | 161.45 | 0.98 | 0.59 |
| Hex | 2E | FD | BD | 52 | 0 | 19 | 1 | A1 | 62 | 3B |
| Octal | 56 | 375 | 275 | 122 | 0 | 31 | 1 | 241 | 142 | 73 |
| Binary | 101110 | 11111101 | 10111101 | 1010010 | 0 | 11001 | 1 | 10100001 | 1100010 | 111011 |
Color Harmonies of #2EFDBD
Complementary color
Monochromatic Colors of #2EFDBD
Black with #2EFDBD
Text Example
Text Example
White with #2EFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFDBD; }
p { color: rgb(46,253,189); }
H1.HeaderClassName
{
color: #2EFDBD;
}
.AnyTagClassName
{
color: #2EFDBD;
}
</style>
background-color css
<style>
a { background-color: #2EFDBD; }
a { background-color: rgb(46,253,189); }
div.DivClassName
{
background-color: #2EFDBD;
}
.BgClassName
{
background-color: #2EFDBD;
}
</style>
border-color css
<style>
span { border-color: #2EFDBD; }
span { border-color: rgb(46,253,189); }
td.TdClassName
{
border-color: #2EFDBD;
}
.TagClassName
{
border-color: #2EFDBD;
}
</style>