Shades of Turquoise #2EF2BC
Tints of Turquoise #2EF2BC
RGB
CMYK
RGB Variations
Color information
#2EF2BC (or 0x2EF2BC) is known color: Turquoise. HEX triplet: 2E, F2 and BC. RGB value is (46,242,188). Sum of RGB (Red+Green+Blue) = 46+242+188=476 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.66% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF2BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF2BC is #D10D43. Grayscale: #B1B1B1. Windows color (decimal): -13700420 or 12382766. OLE color: 12382766.
HSL color Cylindrical-coordinate representation of color #2EF2BC: hue angle of 163.47º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF2BC is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 242 | 188 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.05 |
| HSL | 163.47º | 0.88% | 0.56% | - |
| HSV(B) | 163.47º | 0.81% | 0.95% | - |
| XYZ | 41.96 | 67.72 | 58.44 | - |
| YUV | 177.24 | 134.07 | 34.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 188 | 0.81 | 0 | 0.22 | 0.05 | 163.47 | 0.88 | 0.56 |
| Hex | 2E | F2 | BC | 51 | 0 | 16 | 5 | A3 | 58 | 38 |
| Octal | 56 | 362 | 274 | 121 | 0 | 26 | 5 | 243 | 130 | 70 |
| Binary | 101110 | 11110010 | 10111100 | 1010001 | 0 | 10110 | 101 | 10100011 | 1011000 | 111000 |
Color Harmonies of #2EF2BC
Complementary color
Monochromatic Colors of #2EF2BC
Black with #2EF2BC
Text Example
Text Example
White with #2EF2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF2BC; }
p { color: rgb(46,242,188); }
H1.HeaderClassName
{
color: #2EF2BC;
}
.AnyTagClassName
{
color: #2EF2BC;
}
</style>
background-color css
<style>
a { background-color: #2EF2BC; }
a { background-color: rgb(46,242,188); }
div.DivClassName
{
background-color: #2EF2BC;
}
.BgClassName
{
background-color: #2EF2BC;
}
</style>
border-color css
<style>
span { border-color: #2EF2BC; }
span { border-color: rgb(46,242,188); }
td.TdClassName
{
border-color: #2EF2BC;
}
.TagClassName
{
border-color: #2EF2BC;
}
</style>