Shades of Turquoise #2EFBDB
Tints of Turquoise #2EFBDB
RGB
CMYK
RGB Variations
Color information
#2EFBDB (or 0x2EFBDB) is known color: Turquoise. HEX triplet: 2E, FB and DB. RGB value is (46,251,219). Sum of RGB (Red+Green+Blue) = 46+251+219=516 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.91% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFBDB is #D10424. Grayscale: #B9B9B9. Windows color (decimal): -13698085 or 14416686. OLE color: 14416686.
HSL color Cylindrical-coordinate representation of color #2EFBDB: hue angle of 170.63º degrees, saturation: 0.96, 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 #2EFBDB is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 219 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.02 |
| HSL | 170.63º | 0.96% | 0.58% | - |
| HSV(B) | 170.63º | 0.82% | 0.98% | - |
| XYZ | 48.41 | 74.69 | 78.88 | - |
| YUV | 186.06 | 146.58 | 28.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 219 | 0.82 | 0 | 0.13 | 0.02 | 170.63 | 0.96 | 0.58 |
| Hex | 2E | FB | DB | 52 | 0 | D | 2 | AB | 60 | 3A |
| Octal | 56 | 373 | 333 | 122 | 0 | 15 | 2 | 253 | 140 | 72 |
| Binary | 101110 | 11111011 | 11011011 | 1010010 | 0 | 1101 | 10 | 10101011 | 1100000 | 111010 |
Color Harmonies of #2EFBDB
Complementary color
Monochromatic Colors of #2EFBDB
Black with #2EFBDB
Text Example
Text Example
White with #2EFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFBDB; }
p { color: rgb(46,251,219); }
H1.HeaderClassName
{
color: #2EFBDB;
}
.AnyTagClassName
{
color: #2EFBDB;
}
</style>
background-color css
<style>
a { background-color: #2EFBDB; }
a { background-color: rgb(46,251,219); }
div.DivClassName
{
background-color: #2EFBDB;
}
.BgClassName
{
background-color: #2EFBDB;
}
</style>
border-color css
<style>
span { border-color: #2EFBDB; }
span { border-color: rgb(46,251,219); }
td.TdClassName
{
border-color: #2EFBDB;
}
.TagClassName
{
border-color: #2EFBDB;
}
</style>