Shades of Turquoise #2EEAC1
Tints of Turquoise #2EEAC1
RGB
CMYK
RGB Variations
Color information
#2EEAC1 (or 0x2EEAC1) is known color: Turquoise. HEX triplet: 2E, EA and C1. RGB value is (46,234,193). Sum of RGB (Red+Green+Blue) = 46+234+193=473 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.73% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEAC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEAC1 is #D1153E. Grayscale: #ADADAD. Windows color (decimal): -13702463 or 12708398. OLE color: 12708398.
HSL color Cylindrical-coordinate representation of color #2EEAC1: hue angle of 166.91º 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 #2EEAC1 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 193 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.08 |
| HSL | 166.91º | 0.82% | 0.55% | - |
| HSV(B) | 166.91º | 0.8% | 0.92% | - |
| XYZ | 40.18 | 63.28 | 60.55 | - |
| YUV | 173.11 | 139.22 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 193 | 0.80 | 0 | 0.18 | 0.08 | 166.91 | 0.82 | 0.55 |
| Hex | 2E | EA | C1 | 50 | 0 | 12 | 8 | A7 | 52 | 37 |
| Octal | 56 | 352 | 301 | 120 | 0 | 22 | 10 | 247 | 122 | 67 |
| Binary | 101110 | 11101010 | 11000001 | 1010000 | 0 | 10010 | 1000 | 10100111 | 1010010 | 110111 |
Color Harmonies of #2EEAC1
Complementary color
Monochromatic Colors of #2EEAC1
Black with #2EEAC1
Text Example
Text Example
White with #2EEAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEAC1; }
p { color: rgb(46,234,193); }
H1.HeaderClassName
{
color: #2EEAC1;
}
.AnyTagClassName
{
color: #2EEAC1;
}
</style>
background-color css
<style>
a { background-color: #2EEAC1; }
a { background-color: rgb(46,234,193); }
div.DivClassName
{
background-color: #2EEAC1;
}
.BgClassName
{
background-color: #2EEAC1;
}
</style>
border-color css
<style>
span { border-color: #2EEAC1; }
span { border-color: rgb(46,234,193); }
td.TdClassName
{
border-color: #2EEAC1;
}
.TagClassName
{
border-color: #2EEAC1;
}
</style>