Shades of Turquoise #2EFDB9
Tints of Turquoise #2EFDB9
RGB
CMYK
RGB Variations
Color information
#2EFDB9 (or 0x2EFDB9) is known color: Turquoise. HEX triplet: 2E, FD and B9. RGB value is (46,253,185). Sum of RGB (Red+Green+Blue) = 46+253+185=484 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.50% from 484); Green value is 253 (99.22% from 255 or 52.27% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDB9 is #D10246. Grayscale: #B7B7B7. Windows color (decimal): -13697607 or 12188974. OLE color: 12188974.
HSL color Cylindrical-coordinate representation of color #2EFDB9: hue angle of 160.29º 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 #2EFDB9 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 185 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.01 |
| HSL | 160.29º | 0.98% | 0.59% | - |
| HSV(B) | 160.29º | 0.82% | 0.99% | - |
| XYZ | 45.01 | 74.33 | 57.87 | - |
| YUV | 183.36 | 128.92 | 30.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 185 | 0.82 | 0 | 0.27 | 0.01 | 160.29 | 0.98 | 0.59 |
| Hex | 2E | FD | B9 | 52 | 0 | 1B | 1 | A0 | 62 | 3B |
| Octal | 56 | 375 | 271 | 122 | 0 | 33 | 1 | 240 | 142 | 73 |
| Binary | 101110 | 11111101 | 10111001 | 1010010 | 0 | 11011 | 1 | 10100000 | 1100010 | 111011 |
Color Harmonies of #2EFDB9
Complementary color
Monochromatic Colors of #2EFDB9
Black with #2EFDB9
Text Example
Text Example
White with #2EFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFDB9; }
p { color: rgb(46,253,185); }
H1.HeaderClassName
{
color: #2EFDB9;
}
.AnyTagClassName
{
color: #2EFDB9;
}
</style>
background-color css
<style>
a { background-color: #2EFDB9; }
a { background-color: rgb(46,253,185); }
div.DivClassName
{
background-color: #2EFDB9;
}
.BgClassName
{
background-color: #2EFDB9;
}
</style>
border-color css
<style>
span { border-color: #2EFDB9; }
span { border-color: rgb(46,253,185); }
td.TdClassName
{
border-color: #2EFDB9;
}
.TagClassName
{
border-color: #2EFDB9;
}
</style>