Shades of Turquoise #2EFADB
Tints of Turquoise #2EFADB
RGB
CMYK
RGB Variations
Color information
#2EFADB (or 0x2EFADB) is known color: Turquoise. HEX triplet: 2E, FA and DB. RGB value is (46,250,219). Sum of RGB (Red+Green+Blue) = 46+250+219=515 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.93% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFADB is #D10524. Grayscale: #B9B9B9. Windows color (decimal): -13698341 or 14416430. OLE color: 14416430.
HSL color Cylindrical-coordinate representation of color #2EFADB: hue angle of 170.88º degrees, saturation: 0.95, 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 #2EFADB is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 219 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.02 |
| HSL | 170.88º | 0.95% | 0.58% | - |
| HSV(B) | 170.88º | 0.82% | 0.98% | - |
| XYZ | 48.1 | 74.07 | 78.78 | - |
| YUV | 185.47 | 146.91 | 28.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 219 | 0.82 | 0 | 0.12 | 0.02 | 170.88 | 0.95 | 0.58 |
| Hex | 2E | FA | DB | 52 | 0 | C | 2 | AB | 5F | 3A |
| Octal | 56 | 372 | 333 | 122 | 0 | 14 | 2 | 253 | 137 | 72 |
| Binary | 101110 | 11111010 | 11011011 | 1010010 | 0 | 1100 | 10 | 10101011 | 1011111 | 111010 |
Color Harmonies of #2EFADB
Complementary color
Monochromatic Colors of #2EFADB
Black with #2EFADB
Text Example
Text Example
White with #2EFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFADB; }
p { color: rgb(46,250,219); }
H1.HeaderClassName
{
color: #2EFADB;
}
.AnyTagClassName
{
color: #2EFADB;
}
</style>
background-color css
<style>
a { background-color: #2EFADB; }
a { background-color: rgb(46,250,219); }
div.DivClassName
{
background-color: #2EFADB;
}
.BgClassName
{
background-color: #2EFADB;
}
</style>
border-color css
<style>
span { border-color: #2EFADB; }
span { border-color: rgb(46,250,219); }
td.TdClassName
{
border-color: #2EFADB;
}
.TagClassName
{
border-color: #2EFADB;
}
</style>