Shades of Turquoise #2EE9DB
Tints of Turquoise #2EE9DB
RGB
CMYK
RGB Variations
Color information
#2EE9DB (or 0x2EE9DB) is known color: Turquoise. HEX triplet: 2E, E9 and DB. RGB value is (46,233,219). Sum of RGB (Red+Green+Blue) = 46+233+219=498 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.24% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE9DB is #D11624. Grayscale: #AFAFAF. Windows color (decimal): -13702693 or 14412078. OLE color: 14412078.
HSL color Cylindrical-coordinate representation of color #2EE9DB: hue angle of 175.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE9DB is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 219 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.09 |
| HSL | 175.51º | 0.81% | 0.55% | - |
| HSV(B) | 175.51º | 0.8% | 0.91% | - |
| XYZ | 43.05 | 63.97 | 77.1 | - |
| YUV | 175.49 | 152.55 | 35.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 219 | 0.80 | 0 | 0.06 | 0.09 | 175.51 | 0.81 | 0.55 |
| Hex | 2E | E9 | DB | 50 | 0 | 6 | 9 | B0 | 51 | 37 |
| Octal | 56 | 351 | 333 | 120 | 0 | 6 | 11 | 260 | 121 | 67 |
| Binary | 101110 | 11101001 | 11011011 | 1010000 | 0 | 110 | 1001 | 10110000 | 1010001 | 110111 |
Color Harmonies of #2EE9DB
Complementary color
Monochromatic Colors of #2EE9DB
Black with #2EE9DB
Text Example
Text Example
White with #2EE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE9DB; }
p { color: rgb(46,233,219); }
H1.HeaderClassName
{
color: #2EE9DB;
}
.AnyTagClassName
{
color: #2EE9DB;
}
</style>
background-color css
<style>
a { background-color: #2EE9DB; }
a { background-color: rgb(46,233,219); }
div.DivClassName
{
background-color: #2EE9DB;
}
.BgClassName
{
background-color: #2EE9DB;
}
</style>
border-color css
<style>
span { border-color: #2EE9DB; }
span { border-color: rgb(46,233,219); }
td.TdClassName
{
border-color: #2EE9DB;
}
.TagClassName
{
border-color: #2EE9DB;
}
</style>