Shades of Turquoise #2EFBDA
Tints of Turquoise #2EFBDA
RGB
CMYK
RGB Variations
Color information
#2EFBDA (or 0x2EFBDA) is known color: Turquoise. HEX triplet: 2E, FB and DA. RGB value is (46,251,218). Sum of RGB (Red+Green+Blue) = 46+251+218=515 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.93% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFBDA is #D10425. Grayscale: #B9B9B9. Windows color (decimal): -13698086 or 14351150. OLE color: 14351150.
HSL color Cylindrical-coordinate representation of color #2EFBDA: hue angle of 170.34º 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 #2EFBDA is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 218 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.02 |
| HSL | 170.34º | 0.96% | 0.58% | - |
| HSV(B) | 170.34º | 0.82% | 0.98% | - |
| XYZ | 48.28 | 74.64 | 78.19 | - |
| YUV | 185.94 | 146.08 | 28.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 218 | 0.82 | 0 | 0.13 | 0.02 | 170.34 | 0.96 | 0.58 |
| Hex | 2E | FB | DA | 52 | 0 | D | 2 | AA | 60 | 3A |
| Octal | 56 | 373 | 332 | 122 | 0 | 15 | 2 | 252 | 140 | 72 |
| Binary | 101110 | 11111011 | 11011010 | 1010010 | 0 | 1101 | 10 | 10101010 | 1100000 | 111010 |
Color Harmonies of #2EFBDA
Complementary color
Monochromatic Colors of #2EFBDA
Black with #2EFBDA
Text Example
Text Example
White with #2EFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFBDA; }
p { color: rgb(46,251,218); }
H1.HeaderClassName
{
color: #2EFBDA;
}
.AnyTagClassName
{
color: #2EFBDA;
}
</style>
background-color css
<style>
a { background-color: #2EFBDA; }
a { background-color: rgb(46,251,218); }
div.DivClassName
{
background-color: #2EFBDA;
}
.BgClassName
{
background-color: #2EFBDA;
}
</style>
border-color css
<style>
span { border-color: #2EFBDA; }
span { border-color: rgb(46,251,218); }
td.TdClassName
{
border-color: #2EFBDA;
}
.TagClassName
{
border-color: #2EFBDA;
}
</style>