Shades of Turquoise #2EFEDA
Tints of Turquoise #2EFEDA
RGB
CMYK
RGB Variations
Color information
#2EFEDA (or 0x2EFEDA) is known color: Turquoise. HEX triplet: 2E, FE and DA. RGB value is (46,254,218). Sum of RGB (Red+Green+Blue) = 46+254+218=518 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.88% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFEDA is #D10125. Grayscale: #BBBBBB. Windows color (decimal): -13697318 or 14351918. OLE color: 14351918.
HSL color Cylindrical-coordinate representation of color #2EFEDA: hue angle of 169.62º 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 #2EFEDA is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 218 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.00 |
| HSL | 169.62º | 0.99% | 0.59% | - |
| HSV(B) | 169.62º | 0.82% | 1% | - |
| XYZ | 49.22 | 76.53 | 78.51 | - |
| YUV | 187.7 | 145.09 | 26.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 218 | 0.82 | 0 | 0.14 | 0.00 | 169.62 | 0.99 | 0.59 |
| Hex | 2E | FE | DA | 52 | 0 | E | 0 | AA | 63 | 3B |
| Octal | 56 | 376 | 332 | 122 | 0 | 16 | 0 | 252 | 143 | 73 |
| Binary | 101110 | 11111110 | 11011010 | 1010010 | 0 | 1110 | 0 | 10101010 | 1100011 | 111011 |
Color Harmonies of #2EFEDA
Complementary color
Monochromatic Colors of #2EFEDA
Black with #2EFEDA
Text Example
Text Example
White with #2EFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFEDA; }
p { color: rgb(46,254,218); }
H1.HeaderClassName
{
color: #2EFEDA;
}
.AnyTagClassName
{
color: #2EFEDA;
}
</style>
background-color css
<style>
a { background-color: #2EFEDA; }
a { background-color: rgb(46,254,218); }
div.DivClassName
{
background-color: #2EFEDA;
}
.BgClassName
{
background-color: #2EFEDA;
}
</style>
border-color css
<style>
span { border-color: #2EFEDA; }
span { border-color: rgb(46,254,218); }
td.TdClassName
{
border-color: #2EFEDA;
}
.TagClassName
{
border-color: #2EFEDA;
}
</style>