Shades of Turquoise #2EF8BC
Tints of Turquoise #2EF8BC
RGB
CMYK
RGB Variations
Color information
#2EF8BC (or 0x2EF8BC) is known color: Turquoise. HEX triplet: 2E, F8 and BC. RGB value is (46,248,188). Sum of RGB (Red+Green+Blue) = 46+248+188=482 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.54% from 482); Green value is 248 (97.27% from 255 or 51.45% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF8BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF8BC is #D10743. Grayscale: #B4B4B4. Windows color (decimal): -13698884 or 12384302. OLE color: 12384302.
HSL color Cylindrical-coordinate representation of color #2EF8BC: hue angle of 162.18º 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 #2EF8BC is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 248 | 188 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.03 |
| HSL | 162.18º | 0.94% | 0.58% | - |
| HSV(B) | 162.18º | 0.81% | 0.97% | - |
| XYZ | 43.77 | 71.35 | 59.04 | - |
| YUV | 180.76 | 132.08 | 31.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 248 | 188 | 0.81 | 0 | 0.24 | 0.03 | 162.18 | 0.94 | 0.58 |
| Hex | 2E | F8 | BC | 51 | 0 | 18 | 3 | A2 | 5E | 3A |
| Octal | 56 | 370 | 274 | 121 | 0 | 30 | 3 | 242 | 136 | 72 |
| Binary | 101110 | 11111000 | 10111100 | 1010001 | 0 | 11000 | 11 | 10100010 | 1011110 | 111010 |
Color Harmonies of #2EF8BC
Complementary color
Monochromatic Colors of #2EF8BC
Black with #2EF8BC
Text Example
Text Example
White with #2EF8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF8BC; }
p { color: rgb(46,248,188); }
H1.HeaderClassName
{
color: #2EF8BC;
}
.AnyTagClassName
{
color: #2EF8BC;
}
</style>
background-color css
<style>
a { background-color: #2EF8BC; }
a { background-color: rgb(46,248,188); }
div.DivClassName
{
background-color: #2EF8BC;
}
.BgClassName
{
background-color: #2EF8BC;
}
</style>
border-color css
<style>
span { border-color: #2EF8BC; }
span { border-color: rgb(46,248,188); }
td.TdClassName
{
border-color: #2EF8BC;
}
.TagClassName
{
border-color: #2EF8BC;
}
</style>