Shades of Turquoise #2EE4DA
Tints of Turquoise #2EE4DA
RGB
CMYK
RGB Variations
Color information
#2EE4DA (or 0x2EE4DA) is known color: Turquoise. HEX triplet: 2E, E4 and DA. RGB value is (46,228,218). Sum of RGB (Red+Green+Blue) = 46+228+218=492 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.35% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE4DA is #D11B25. Grayscale: #ACACAC. Windows color (decimal): -13703974 or 14345262. OLE color: 14345262.
HSL color Cylindrical-coordinate representation of color #2EE4DA: hue angle of 176.7º 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 #2EE4DA is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 218 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.11 |
| HSL | 176.7º | 0.77% | 0.54% | - |
| HSV(B) | 176.7º | 0.8% | 0.89% | - |
| XYZ | 41.53 | 61.13 | 75.94 | - |
| YUV | 172.44 | 153.7 | 37.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 218 | 0.80 | 0 | 0.04 | 0.11 | 176.7 | 0.77 | 0.54 |
| Hex | 2E | E4 | DA | 50 | 0 | 4 | B | B1 | 4D | 36 |
| Octal | 56 | 344 | 332 | 120 | 0 | 4 | 13 | 261 | 115 | 66 |
| Binary | 101110 | 11100100 | 11011010 | 1010000 | 0 | 100 | 1011 | 10110001 | 1001101 | 110110 |
Color Harmonies of #2EE4DA
Complementary color
Monochromatic Colors of #2EE4DA
Black with #2EE4DA
Text Example
Text Example
White with #2EE4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE4DA; }
p { color: rgb(46,228,218); }
H1.HeaderClassName
{
color: #2EE4DA;
}
.AnyTagClassName
{
color: #2EE4DA;
}
</style>
background-color css
<style>
a { background-color: #2EE4DA; }
a { background-color: rgb(46,228,218); }
div.DivClassName
{
background-color: #2EE4DA;
}
.BgClassName
{
background-color: #2EE4DA;
}
</style>
border-color css
<style>
span { border-color: #2EE4DA; }
span { border-color: rgb(46,228,218); }
td.TdClassName
{
border-color: #2EE4DA;
}
.TagClassName
{
border-color: #2EE4DA;
}
</style>