Shades of Turquoise #2EE0BC
Tints of Turquoise #2EE0BC
RGB
CMYK
RGB Variations
Color information
#2EE0BC (or 0x2EE0BC) is known color: Turquoise. HEX triplet: 2E, E0 and BC. RGB value is (46,224,188). Sum of RGB (Red+Green+Blue) = 46+224+188=458 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.04% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE0BC is #D11F43. Grayscale: #A6A6A6. Windows color (decimal): -13705028 or 12378158. OLE color: 12378158.
HSL color Cylindrical-coordinate representation of color #2EE0BC: hue angle of 167.87º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE0BC is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 188 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.12 |
| HSL | 167.87º | 0.74% | 0.53% | - |
| HSV(B) | 167.87º | 0.79% | 0.88% | - |
| XYZ | 36.86 | 57.52 | 56.74 | - |
| YUV | 166.67 | 140.03 | 41.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 188 | 0.79 | 0 | 0.16 | 0.12 | 167.87 | 0.74 | 0.53 |
| Hex | 2E | E0 | BC | 4F | 0 | 10 | C | A8 | 4A | 35 |
| Octal | 56 | 340 | 274 | 117 | 0 | 20 | 14 | 250 | 112 | 65 |
| Binary | 101110 | 11100000 | 10111100 | 1001111 | 0 | 10000 | 1100 | 10101000 | 1001010 | 110101 |
Color Harmonies of #2EE0BC
Complementary color
Monochromatic Colors of #2EE0BC
Black with #2EE0BC
Text Example
Text Example
White with #2EE0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE0BC; }
p { color: rgb(46,224,188); }
H1.HeaderClassName
{
color: #2EE0BC;
}
.AnyTagClassName
{
color: #2EE0BC;
}
</style>
background-color css
<style>
a { background-color: #2EE0BC; }
a { background-color: rgb(46,224,188); }
div.DivClassName
{
background-color: #2EE0BC;
}
.BgClassName
{
background-color: #2EE0BC;
}
</style>
border-color css
<style>
span { border-color: #2EE0BC; }
span { border-color: rgb(46,224,188); }
td.TdClassName
{
border-color: #2EE0BC;
}
.TagClassName
{
border-color: #2EE0BC;
}
</style>