Shades of Turquoise #2EE0BD
Tints of Turquoise #2EE0BD
RGB
CMYK
RGB Variations
Color information
#2EE0BD (or 0x2EE0BD) is known color: Turquoise. HEX triplet: 2E, E0 and BD. RGB value is (46,224,189). Sum of RGB (Red+Green+Blue) = 46+224+189=459 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.02% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE0BD is #D11F42. Grayscale: #A6A6A6. Windows color (decimal): -13705027 or 12443694. OLE color: 12443694.
HSL color Cylindrical-coordinate representation of color #2EE0BD: hue angle of 168.2º 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 #2EE0BD is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 189 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.12 |
| HSL | 168.2º | 0.74% | 0.53% | - |
| HSV(B) | 168.2º | 0.79% | 0.88% | - |
| XYZ | 36.97 | 57.57 | 57.31 | - |
| YUV | 166.79 | 140.53 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 189 | 0.79 | 0 | 0.16 | 0.12 | 168.2 | 0.74 | 0.53 |
| Hex | 2E | E0 | BD | 4F | 0 | 10 | C | A8 | 4A | 35 |
| Octal | 56 | 340 | 275 | 117 | 0 | 20 | 14 | 250 | 112 | 65 |
| Binary | 101110 | 11100000 | 10111101 | 1001111 | 0 | 10000 | 1100 | 10101000 | 1001010 | 110101 |
Color Harmonies of #2EE0BD
Complementary color
Monochromatic Colors of #2EE0BD
Black with #2EE0BD
Text Example
Text Example
White with #2EE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE0BD; }
p { color: rgb(46,224,189); }
H1.HeaderClassName
{
color: #2EE0BD;
}
.AnyTagClassName
{
color: #2EE0BD;
}
</style>
background-color css
<style>
a { background-color: #2EE0BD; }
a { background-color: rgb(46,224,189); }
div.DivClassName
{
background-color: #2EE0BD;
}
.BgClassName
{
background-color: #2EE0BD;
}
</style>
border-color css
<style>
span { border-color: #2EE0BD; }
span { border-color: rgb(46,224,189); }
td.TdClassName
{
border-color: #2EE0BD;
}
.TagClassName
{
border-color: #2EE0BD;
}
</style>