Shades of Turquoise #2EE4CE
Tints of Turquoise #2EE4CE
RGB
CMYK
RGB Variations
Color information
#2EE4CE (or 0x2EE4CE) is known color: Turquoise. HEX triplet: 2E, E4 and CE. RGB value is (46,228,206). Sum of RGB (Red+Green+Blue) = 46+228+206=480 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.58% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE4CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE4CE is #D11B31. Grayscale: #AAAAAA. Windows color (decimal): -13703986 or 13558830. OLE color: 13558830.
HSL color Cylindrical-coordinate representation of color #2EE4CE: hue angle of 172.75º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE4CE is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 206 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.11 |
| HSL | 172.75º | 0.77% | 0.54% | - |
| HSV(B) | 172.75º | 0.8% | 0.89% | - |
| XYZ | 40.01 | 60.52 | 67.97 | - |
| YUV | 171.07 | 147.7 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 206 | 0.80 | 0 | 0.10 | 0.11 | 172.75 | 0.77 | 0.54 |
| Hex | 2E | E4 | CE | 50 | 0 | A | B | AD | 4D | 36 |
| Octal | 56 | 344 | 316 | 120 | 0 | 12 | 13 | 255 | 115 | 66 |
| Binary | 101110 | 11100100 | 11001110 | 1010000 | 0 | 1010 | 1011 | 10101101 | 1001101 | 110110 |
Color Harmonies of #2EE4CE
Complementary color
Monochromatic Colors of #2EE4CE
Black with #2EE4CE
Text Example
Text Example
White with #2EE4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE4CE; }
p { color: rgb(46,228,206); }
H1.HeaderClassName
{
color: #2EE4CE;
}
.AnyTagClassName
{
color: #2EE4CE;
}
</style>
background-color css
<style>
a { background-color: #2EE4CE; }
a { background-color: rgb(46,228,206); }
div.DivClassName
{
background-color: #2EE4CE;
}
.BgClassName
{
background-color: #2EE4CE;
}
</style>
border-color css
<style>
span { border-color: #2EE4CE; }
span { border-color: rgb(46,228,206); }
td.TdClassName
{
border-color: #2EE4CE;
}
.TagClassName
{
border-color: #2EE4CE;
}
</style>