Shades of Turquoise #2EFED6
Tints of Turquoise #2EFED6
RGB
CMYK
RGB Variations
Color information
#2EFED6 (or 0x2EFED6) is known color: Turquoise. HEX triplet: 2E, FE and D6. RGB value is (46,254,214). Sum of RGB (Red+Green+Blue) = 46+254+214=514 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.95% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFED6 is #D10129. Grayscale: #BBBBBB. Windows color (decimal): -13697322 or 14089774. OLE color: 14089774.
HSL color Cylindrical-coordinate representation of color #2EFED6: hue angle of 168.46º 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 #2EFED6 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 214 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.00 |
| HSL | 168.46º | 0.99% | 0.59% | - |
| HSV(B) | 168.46º | 0.82% | 1% | - |
| XYZ | 48.71 | 76.32 | 75.78 | - |
| YUV | 187.25 | 143.09 | 27.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 214 | 0.82 | 0 | 0.16 | 0.00 | 168.46 | 0.99 | 0.59 |
| Hex | 2E | FE | D6 | 52 | 0 | 10 | 0 | A8 | 63 | 3B |
| Octal | 56 | 376 | 326 | 122 | 0 | 20 | 0 | 250 | 143 | 73 |
| Binary | 101110 | 11111110 | 11010110 | 1010010 | 0 | 10000 | 0 | 10101000 | 1100011 | 111011 |
Color Harmonies of #2EFED6
Complementary color
Monochromatic Colors of #2EFED6
Black with #2EFED6
Text Example
Text Example
White with #2EFED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFED6; }
p { color: rgb(46,254,214); }
H1.HeaderClassName
{
color: #2EFED6;
}
.AnyTagClassName
{
color: #2EFED6;
}
</style>
background-color css
<style>
a { background-color: #2EFED6; }
a { background-color: rgb(46,254,214); }
div.DivClassName
{
background-color: #2EFED6;
}
.BgClassName
{
background-color: #2EFED6;
}
</style>
border-color css
<style>
span { border-color: #2EFED6; }
span { border-color: rgb(46,254,214); }
td.TdClassName
{
border-color: #2EFED6;
}
.TagClassName
{
border-color: #2EFED6;
}
</style>