Shades of Turquoise #2EE6BD
Tints of Turquoise #2EE6BD
RGB
CMYK
RGB Variations
Color information
#2EE6BD (or 0x2EE6BD) is known color: Turquoise. HEX triplet: 2E, E6 and BD. RGB value is (46,230,189). Sum of RGB (Red+Green+Blue) = 46+230+189=465 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.89% from 465); Green value is 230 (90.23% from 255 or 49.46% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE6BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE6BD is #D11942. Grayscale: #AAAAAA. Windows color (decimal): -13703491 or 12445230. OLE color: 12445230.
HSL color Cylindrical-coordinate representation of color #2EE6BD: hue angle of 166.63º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE6BD is Cyan = 0.8, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 189 | - |
| CMYK | 0.8 | 0 | 0.18 | 0.10 |
| HSL | 166.63º | 0.79% | 0.54% | - |
| HSV(B) | 166.63º | 0.8% | 0.9% | - |
| XYZ | 38.61 | 60.85 | 57.85 | - |
| YUV | 170.31 | 138.54 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 189 | 0.8 | 0 | 0.18 | 0.10 | 166.63 | 0.79 | 0.54 |
| Hex | 2E | E6 | BD | 50 | 0 | 12 | A | A7 | 4F | 36 |
| Octal | 56 | 346 | 275 | 120 | 0 | 22 | 12 | 247 | 117 | 66 |
| Binary | 101110 | 11100110 | 10111101 | 1010000 | 0 | 10010 | 1010 | 10100111 | 1001111 | 110110 |
Color Harmonies of #2EE6BD
Complementary color
Monochromatic Colors of #2EE6BD
Black with #2EE6BD
Text Example
Text Example
White with #2EE6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE6BD; }
p { color: rgb(46,230,189); }
H1.HeaderClassName
{
color: #2EE6BD;
}
.AnyTagClassName
{
color: #2EE6BD;
}
</style>
background-color css
<style>
a { background-color: #2EE6BD; }
a { background-color: rgb(46,230,189); }
div.DivClassName
{
background-color: #2EE6BD;
}
.BgClassName
{
background-color: #2EE6BD;
}
</style>
border-color css
<style>
span { border-color: #2EE6BD; }
span { border-color: rgb(46,230,189); }
td.TdClassName
{
border-color: #2EE6BD;
}
.TagClassName
{
border-color: #2EE6BD;
}
</style>