Shades of Turquoise #2EF8BA
Tints of Turquoise #2EF8BA
RGB
CMYK
RGB Variations
Color information
#2EF8BA (or 0x2EF8BA) is known color: Turquoise. HEX triplet: 2E, F8 and BA. RGB value is (46,248,186). Sum of RGB (Red+Green+Blue) = 46+248+186=480 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.58% from 480); Green value is 248 (97.27% from 255 or 51.67% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF8BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF8BA is #D10745. Grayscale: #B4B4B4. Windows color (decimal): -13698886 or 12253230. OLE color: 12253230.
HSL color Cylindrical-coordinate representation of color #2EF8BA: hue angle of 161.58º 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 #2EF8BA is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 248 | 186 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.03 |
| HSL | 161.58º | 0.94% | 0.58% | - |
| HSV(B) | 161.58º | 0.81% | 0.97% | - |
| XYZ | 43.56 | 71.26 | 57.91 | - |
| YUV | 180.53 | 131.08 | 32.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 248 | 186 | 0.81 | 0 | 0.25 | 0.03 | 161.58 | 0.94 | 0.58 |
| Hex | 2E | F8 | BA | 51 | 0 | 19 | 3 | A2 | 5E | 3A |
| Octal | 56 | 370 | 272 | 121 | 0 | 31 | 3 | 242 | 136 | 72 |
| Binary | 101110 | 11111000 | 10111010 | 1010001 | 0 | 11001 | 11 | 10100010 | 1011110 | 111010 |
Color Harmonies of #2EF8BA
Complementary color
Monochromatic Colors of #2EF8BA
Black with #2EF8BA
Text Example
Text Example
White with #2EF8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF8BA; }
p { color: rgb(46,248,186); }
H1.HeaderClassName
{
color: #2EF8BA;
}
.AnyTagClassName
{
color: #2EF8BA;
}
</style>
background-color css
<style>
a { background-color: #2EF8BA; }
a { background-color: rgb(46,248,186); }
div.DivClassName
{
background-color: #2EF8BA;
}
.BgClassName
{
background-color: #2EF8BA;
}
</style>
border-color css
<style>
span { border-color: #2EF8BA; }
span { border-color: rgb(46,248,186); }
td.TdClassName
{
border-color: #2EF8BA;
}
.TagClassName
{
border-color: #2EF8BA;
}
</style>