Shades of Turquoise #2EFED5
Tints of Turquoise #2EFED5
RGB
CMYK
RGB Variations
Color information
#2EFED5 (or 0x2EFED5) is known color: Turquoise. HEX triplet: 2E, FE and D5. RGB value is (46,254,213). Sum of RGB (Red+Green+Blue) = 46+254+213=513 (67% of max value = 765). Red value is 46 (18.36% from 255 or 8.97% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFED5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFED5 is #D1012A. Grayscale: #BBBBBB. Windows color (decimal): -13697323 or 14024238. OLE color: 14024238.
HSL color Cylindrical-coordinate representation of color #2EFED5: hue angle of 168.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFED5 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 213 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.00 |
| HSL | 168.17º | 0.99% | 0.59% | - |
| HSV(B) | 168.17º | 0.82% | 1% | - |
| XYZ | 48.58 | 76.27 | 75.11 | - |
| YUV | 187.13 | 142.59 | 27.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 213 | 0.82 | 0 | 0.16 | 0.00 | 168.17 | 0.99 | 0.59 |
| Hex | 2E | FE | D5 | 52 | 0 | 10 | 0 | A8 | 63 | 3B |
| Octal | 56 | 376 | 325 | 122 | 0 | 20 | 0 | 250 | 143 | 73 |
| Binary | 101110 | 11111110 | 11010101 | 1010010 | 0 | 10000 | 0 | 10101000 | 1100011 | 111011 |
Color Harmonies of #2EFED5
Complementary color
Monochromatic Colors of #2EFED5
Black with #2EFED5
Text Example
Text Example
White with #2EFED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFED5; }
p { color: rgb(46,254,213); }
H1.HeaderClassName
{
color: #2EFED5;
}
.AnyTagClassName
{
color: #2EFED5;
}
</style>
background-color css
<style>
a { background-color: #2EFED5; }
a { background-color: rgb(46,254,213); }
div.DivClassName
{
background-color: #2EFED5;
}
.BgClassName
{
background-color: #2EFED5;
}
</style>
border-color css
<style>
span { border-color: #2EFED5; }
span { border-color: rgb(46,254,213); }
td.TdClassName
{
border-color: #2EFED5;
}
.TagClassName
{
border-color: #2EFED5;
}
</style>