Shades of Turquoise #2EE2C2
Tints of Turquoise #2EE2C2
RGB
CMYK
RGB Variations
Color information
#2EE2C2 (or 0x2EE2C2) is known color: Turquoise. HEX triplet: 2E, E2 and C2. RGB value is (46,226,194). Sum of RGB (Red+Green+Blue) = 46+226+194=466 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.87% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE2C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE2C2 is #D11D3D. Grayscale: #A8A8A8. Windows color (decimal): -13704510 or 12771886. OLE color: 12771886.
HSL color Cylindrical-coordinate representation of color #2EE2C2: hue angle of 169.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE2C2 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 194 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.11 |
| HSL | 169.33º | 0.76% | 0.53% | - |
| HSV(B) | 169.33º | 0.8% | 0.89% | - |
| XYZ | 38.06 | 58.87 | 60.4 | - |
| YUV | 168.53 | 142.37 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 194 | 0.80 | 0 | 0.14 | 0.11 | 169.33 | 0.76 | 0.53 |
| Hex | 2E | E2 | C2 | 50 | 0 | E | B | A9 | 4C | 35 |
| Octal | 56 | 342 | 302 | 120 | 0 | 16 | 13 | 251 | 114 | 65 |
| Binary | 101110 | 11100010 | 11000010 | 1010000 | 0 | 1110 | 1011 | 10101001 | 1001100 | 110101 |
Color Harmonies of #2EE2C2
Complementary color
Monochromatic Colors of #2EE2C2
Black with #2EE2C2
Text Example
Text Example
White with #2EE2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE2C2; }
p { color: rgb(46,226,194); }
H1.HeaderClassName
{
color: #2EE2C2;
}
.AnyTagClassName
{
color: #2EE2C2;
}
</style>
background-color css
<style>
a { background-color: #2EE2C2; }
a { background-color: rgb(46,226,194); }
div.DivClassName
{
background-color: #2EE2C2;
}
.BgClassName
{
background-color: #2EE2C2;
}
</style>
border-color css
<style>
span { border-color: #2EE2C2; }
span { border-color: rgb(46,226,194); }
td.TdClassName
{
border-color: #2EE2C2;
}
.TagClassName
{
border-color: #2EE2C2;
}
</style>