Shades of Turquoise #2EEDC0
Tints of Turquoise #2EEDC0
RGB
CMYK
RGB Variations
Color information
#2EEDC0 (or 0x2EEDC0) is known color: Turquoise. HEX triplet: 2E, ED and C0. RGB value is (46,237,192). Sum of RGB (Red+Green+Blue) = 46+237+192=475 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.68% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEDC0 is #D1123F. Grayscale: #AEAEAE. Windows color (decimal): -13701696 or 12643630. OLE color: 12643630.
HSL color Cylindrical-coordinate representation of color #2EEDC0: hue angle of 165.86º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEDC0 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 192 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.07 |
| HSL | 165.86º | 0.84% | 0.55% | - |
| HSV(B) | 165.86º | 0.81% | 0.93% | - |
| XYZ | 40.93 | 64.95 | 60.25 | - |
| YUV | 174.76 | 137.72 | 36.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 192 | 0.81 | 0 | 0.19 | 0.07 | 165.86 | 0.84 | 0.55 |
| Hex | 2E | ED | C0 | 51 | 0 | 13 | 7 | A6 | 54 | 37 |
| Octal | 56 | 355 | 300 | 121 | 0 | 23 | 7 | 246 | 124 | 67 |
| Binary | 101110 | 11101101 | 11000000 | 1010001 | 0 | 10011 | 111 | 10100110 | 1010100 | 110111 |
Color Harmonies of #2EEDC0
Complementary color
Monochromatic Colors of #2EEDC0
Black with #2EEDC0
Text Example
Text Example
White with #2EEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEDC0; }
p { color: rgb(46,237,192); }
H1.HeaderClassName
{
color: #2EEDC0;
}
.AnyTagClassName
{
color: #2EEDC0;
}
</style>
background-color css
<style>
a { background-color: #2EEDC0; }
a { background-color: rgb(46,237,192); }
div.DivClassName
{
background-color: #2EEDC0;
}
.BgClassName
{
background-color: #2EEDC0;
}
</style>
border-color css
<style>
span { border-color: #2EEDC0; }
span { border-color: rgb(46,237,192); }
td.TdClassName
{
border-color: #2EEDC0;
}
.TagClassName
{
border-color: #2EEDC0;
}
</style>