Shades of Turquoise #2EEAC2
Tints of Turquoise #2EEAC2
RGB
CMYK
RGB Variations
Color information
#2EEAC2 (or 0x2EEAC2) is known color: Turquoise. HEX triplet: 2E, EA and C2. RGB value is (46,234,194). Sum of RGB (Red+Green+Blue) = 46+234+194=474 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.70% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEAC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEAC2 is #D1153D. Grayscale: #ADADAD. Windows color (decimal): -13702462 or 12773934. OLE color: 12773934.
HSL color Cylindrical-coordinate representation of color #2EEAC2: hue angle of 167.23º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEAC2 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 194 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.08 |
| HSL | 167.23º | 0.82% | 0.55% | - |
| HSV(B) | 167.23º | 0.8% | 0.92% | - |
| XYZ | 40.29 | 63.32 | 61.14 | - |
| YUV | 173.23 | 139.72 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 194 | 0.80 | 0 | 0.17 | 0.08 | 167.23 | 0.82 | 0.55 |
| Hex | 2E | EA | C2 | 50 | 0 | 11 | 8 | A7 | 52 | 37 |
| Octal | 56 | 352 | 302 | 120 | 0 | 21 | 10 | 247 | 122 | 67 |
| Binary | 101110 | 11101010 | 11000010 | 1010000 | 0 | 10001 | 1000 | 10100111 | 1010010 | 110111 |
Color Harmonies of #2EEAC2
Complementary color
Monochromatic Colors of #2EEAC2
Black with #2EEAC2
Text Example
Text Example
White with #2EEAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEAC2; }
p { color: rgb(46,234,194); }
H1.HeaderClassName
{
color: #2EEAC2;
}
.AnyTagClassName
{
color: #2EEAC2;
}
</style>
background-color css
<style>
a { background-color: #2EEAC2; }
a { background-color: rgb(46,234,194); }
div.DivClassName
{
background-color: #2EEAC2;
}
.BgClassName
{
background-color: #2EEAC2;
}
</style>
border-color css
<style>
span { border-color: #2EEAC2; }
span { border-color: rgb(46,234,194); }
td.TdClassName
{
border-color: #2EEAC2;
}
.TagClassName
{
border-color: #2EEAC2;
}
</style>