Shades of Turquoise #2EF9DB
Tints of Turquoise #2EF9DB
RGB
CMYK
RGB Variations
Color information
#2EF9DB (or 0x2EF9DB) is known color: Turquoise. HEX triplet: 2E, F9 and DB. RGB value is (46,249,219). Sum of RGB (Red+Green+Blue) = 46+249+219=514 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.95% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF9DB is #D10624. Grayscale: #B8B8B8. Windows color (decimal): -13698597 or 14416174. OLE color: 14416174.
HSL color Cylindrical-coordinate representation of color #2EF9DB: hue angle of 171.13º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EF9DB is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 249 | 219 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.02 |
| HSL | 171.13º | 0.94% | 0.58% | - |
| HSV(B) | 171.13º | 0.82% | 0.98% | - |
| XYZ | 47.79 | 73.45 | 78.68 | - |
| YUV | 184.88 | 147.25 | 28.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 249 | 219 | 0.82 | 0 | 0.12 | 0.02 | 171.13 | 0.94 | 0.58 |
| Hex | 2E | F9 | DB | 52 | 0 | C | 2 | AB | 5E | 3A |
| Octal | 56 | 371 | 333 | 122 | 0 | 14 | 2 | 253 | 136 | 72 |
| Binary | 101110 | 11111001 | 11011011 | 1010010 | 0 | 1100 | 10 | 10101011 | 1011110 | 111010 |
Color Harmonies of #2EF9DB
Complementary color
Monochromatic Colors of #2EF9DB
Black with #2EF9DB
Text Example
Text Example
White with #2EF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF9DB; }
p { color: rgb(46,249,219); }
H1.HeaderClassName
{
color: #2EF9DB;
}
.AnyTagClassName
{
color: #2EF9DB;
}
</style>
background-color css
<style>
a { background-color: #2EF9DB; }
a { background-color: rgb(46,249,219); }
div.DivClassName
{
background-color: #2EF9DB;
}
.BgClassName
{
background-color: #2EF9DB;
}
</style>
border-color css
<style>
span { border-color: #2EF9DB; }
span { border-color: rgb(46,249,219); }
td.TdClassName
{
border-color: #2EF9DB;
}
.TagClassName
{
border-color: #2EF9DB;
}
</style>