Shades of Turquoise #2EF8DB
Tints of Turquoise #2EF8DB
RGB
CMYK
RGB Variations
Color information
#2EF8DB (or 0x2EF8DB) is known color: Turquoise. HEX triplet: 2E, F8 and DB. RGB value is (46,248,219). Sum of RGB (Red+Green+Blue) = 46+248+219=513 (67% of max value = 765). Red value is 46 (18.36% from 255 or 8.97% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF8DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF8DB is #D10724. Grayscale: #B8B8B8. Windows color (decimal): -13698853 or 14415918. OLE color: 14415918.
HSL color Cylindrical-coordinate representation of color #2EF8DB: hue angle of 171.39º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF8DB is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 248 | 219 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.03 |
| HSL | 171.39º | 0.94% | 0.58% | - |
| HSV(B) | 171.39º | 0.81% | 0.97% | - |
| XYZ | 47.48 | 72.83 | 78.57 | - |
| YUV | 184.3 | 147.58 | 29.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 248 | 219 | 0.81 | 0 | 0.12 | 0.03 | 171.39 | 0.94 | 0.58 |
| Hex | 2E | F8 | DB | 51 | 0 | C | 3 | AB | 5E | 3A |
| Octal | 56 | 370 | 333 | 121 | 0 | 14 | 3 | 253 | 136 | 72 |
| Binary | 101110 | 11111000 | 11011011 | 1010001 | 0 | 1100 | 11 | 10101011 | 1011110 | 111010 |
Color Harmonies of #2EF8DB
Complementary color
Monochromatic Colors of #2EF8DB
Black with #2EF8DB
Text Example
Text Example
White with #2EF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF8DB; }
p { color: rgb(46,248,219); }
H1.HeaderClassName
{
color: #2EF8DB;
}
.AnyTagClassName
{
color: #2EF8DB;
}
</style>
background-color css
<style>
a { background-color: #2EF8DB; }
a { background-color: rgb(46,248,219); }
div.DivClassName
{
background-color: #2EF8DB;
}
.BgClassName
{
background-color: #2EF8DB;
}
</style>
border-color css
<style>
span { border-color: #2EF8DB; }
span { border-color: rgb(46,248,219); }
td.TdClassName
{
border-color: #2EF8DB;
}
.TagClassName
{
border-color: #2EF8DB;
}
</style>