Shades of Turquoise #2EF4EC
Tints of Turquoise #2EF4EC
RGB
CMYK
RGB Variations
Color information
#2EF4EC (or 0x2EF4EC) is known color: Turquoise. HEX triplet: 2E, F4 and EC. RGB value is (46,244,236). Sum of RGB (Red+Green+Blue) = 46+244+236=526 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.75% from 526); Green value is 244 (95.70% from 255 or 46.39% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF4EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EF4EC is #D10B13. Grayscale: #B7B7B7. Windows color (decimal): -13699860 or 15529006. OLE color: 15529006.
HSL color Cylindrical-coordinate representation of color #2EF4EC: hue angle of 177.58º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF4EC is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 244 | 236 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.04 |
| HSL | 177.58º | 0.9% | 0.57% | - |
| HSV(B) | 177.58º | 0.81% | 0.96% | - |
| XYZ | 48.62 | 71.34 | 90.56 | - |
| YUV | 183.89 | 157.4 | 29.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 244 | 236 | 0.81 | 0 | 0.03 | 0.04 | 177.58 | 0.9 | 0.57 |
| Hex | 2E | F4 | EC | 51 | 0 | 3 | 4 | B2 | 5A | 39 |
| Octal | 56 | 364 | 354 | 121 | 0 | 3 | 4 | 262 | 132 | 71 |
| Binary | 101110 | 11110100 | 11101100 | 1010001 | 0 | 11 | 100 | 10110010 | 1011010 | 111001 |
Color Harmonies of #2EF4EC
Complementary color
Monochromatic Colors of #2EF4EC
Black with #2EF4EC
Text Example
Text Example
White with #2EF4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF4EC; }
p { color: rgb(46,244,236); }
H1.HeaderClassName
{
color: #2EF4EC;
}
.AnyTagClassName
{
color: #2EF4EC;
}
</style>
background-color css
<style>
a { background-color: #2EF4EC; }
a { background-color: rgb(46,244,236); }
div.DivClassName
{
background-color: #2EF4EC;
}
.BgClassName
{
background-color: #2EF4EC;
}
</style>
border-color css
<style>
span { border-color: #2EF4EC; }
span { border-color: rgb(46,244,236); }
td.TdClassName
{
border-color: #2EF4EC;
}
.TagClassName
{
border-color: #2EF4EC;
}
</style>