Shades of Turquoise #2EE4CF
Tints of Turquoise #2EE4CF
RGB
CMYK
RGB Variations
Color information
#2EE4CF (or 0x2EE4CF) is known color: Turquoise. HEX triplet: 2E, E4 and CF. RGB value is (46,228,207). Sum of RGB (Red+Green+Blue) = 46+228+207=481 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.56% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE4CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE4CF is #D11B30. Grayscale: #ABABAB. Windows color (decimal): -13703985 or 13624366. OLE color: 13624366.
HSL color Cylindrical-coordinate representation of color #2EE4CF: hue angle of 173.08º 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 #2EE4CF is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 207 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.11 |
| HSL | 173.08º | 0.77% | 0.54% | - |
| HSV(B) | 173.08º | 0.8% | 0.89% | - |
| XYZ | 40.13 | 60.57 | 68.61 | - |
| YUV | 171.19 | 148.2 | 38.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 207 | 0.80 | 0 | 0.09 | 0.11 | 173.08 | 0.77 | 0.54 |
| Hex | 2E | E4 | CF | 50 | 0 | 9 | B | AD | 4D | 36 |
| Octal | 56 | 344 | 317 | 120 | 0 | 11 | 13 | 255 | 115 | 66 |
| Binary | 101110 | 11100100 | 11001111 | 1010000 | 0 | 1001 | 1011 | 10101101 | 1001101 | 110110 |
Color Harmonies of #2EE4CF
Complementary color
Monochromatic Colors of #2EE4CF
Black with #2EE4CF
Text Example
Text Example
White with #2EE4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE4CF; }
p { color: rgb(46,228,207); }
H1.HeaderClassName
{
color: #2EE4CF;
}
.AnyTagClassName
{
color: #2EE4CF;
}
</style>
background-color css
<style>
a { background-color: #2EE4CF; }
a { background-color: rgb(46,228,207); }
div.DivClassName
{
background-color: #2EE4CF;
}
.BgClassName
{
background-color: #2EE4CF;
}
</style>
border-color css
<style>
span { border-color: #2EE4CF; }
span { border-color: rgb(46,228,207); }
td.TdClassName
{
border-color: #2EE4CF;
}
.TagClassName
{
border-color: #2EE4CF;
}
</style>