Shades of Turquoise #2EF3BC
Tints of Turquoise #2EF3BC
RGB
CMYK
RGB Variations
Color information
#2EF3BC (or 0x2EF3BC) is known color: Turquoise. HEX triplet: 2E, F3 and BC. RGB value is (46,243,188). Sum of RGB (Red+Green+Blue) = 46+243+188=477 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.64% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF3BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF3BC is #D10C43. Grayscale: #B1B1B1. Windows color (decimal): -13700164 or 12383022. OLE color: 12383022.
HSL color Cylindrical-coordinate representation of color #2EF3BC: hue angle of 163.25º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF3BC is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 243 | 188 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.05 |
| HSL | 163.25º | 0.89% | 0.57% | - |
| HSV(B) | 163.25º | 0.81% | 0.95% | - |
| XYZ | 42.25 | 68.31 | 58.54 | - |
| YUV | 177.83 | 133.73 | 33.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 188 | 0.81 | 0 | 0.23 | 0.05 | 163.25 | 0.89 | 0.57 |
| Hex | 2E | F3 | BC | 51 | 0 | 17 | 5 | A3 | 59 | 39 |
| Octal | 56 | 363 | 274 | 121 | 0 | 27 | 5 | 243 | 131 | 71 |
| Binary | 101110 | 11110011 | 10111100 | 1010001 | 0 | 10111 | 101 | 10100011 | 1011001 | 111001 |
Color Harmonies of #2EF3BC
Complementary color
Monochromatic Colors of #2EF3BC
Black with #2EF3BC
Text Example
Text Example
White with #2EF3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF3BC; }
p { color: rgb(46,243,188); }
H1.HeaderClassName
{
color: #2EF3BC;
}
.AnyTagClassName
{
color: #2EF3BC;
}
</style>
background-color css
<style>
a { background-color: #2EF3BC; }
a { background-color: rgb(46,243,188); }
div.DivClassName
{
background-color: #2EF3BC;
}
.BgClassName
{
background-color: #2EF3BC;
}
</style>
border-color css
<style>
span { border-color: #2EF3BC; }
span { border-color: rgb(46,243,188); }
td.TdClassName
{
border-color: #2EF3BC;
}
.TagClassName
{
border-color: #2EF3BC;
}
</style>