Shades of Turquoise #2EFCBC
Tints of Turquoise #2EFCBC
RGB
CMYK
RGB Variations
Color information
#2EFCBC (or 0x2EFCBC) is known color: Turquoise. HEX triplet: 2E, FC and BC. RGB value is (46,252,188). Sum of RGB (Red+Green+Blue) = 46+252+188=486 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.47% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFCBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFCBC is #D10343. Grayscale: #B7B7B7. Windows color (decimal): -13697860 or 12385326. OLE color: 12385326.
HSL color Cylindrical-coordinate representation of color #2EFCBC: hue angle of 161.36º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFCBC is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 188 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.01 |
| HSL | 161.36º | 0.97% | 0.58% | - |
| HSV(B) | 161.36º | 0.82% | 0.99% | - |
| XYZ | 45.01 | 73.83 | 59.46 | - |
| YUV | 183.11 | 130.75 | 30.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 188 | 0.82 | 0 | 0.25 | 0.01 | 161.36 | 0.97 | 0.58 |
| Hex | 2E | FC | BC | 52 | 0 | 19 | 1 | A1 | 61 | 3A |
| Octal | 56 | 374 | 274 | 122 | 0 | 31 | 1 | 241 | 141 | 72 |
| Binary | 101110 | 11111100 | 10111100 | 1010010 | 0 | 11001 | 1 | 10100001 | 1100001 | 111010 |
Color Harmonies of #2EFCBC
Complementary color
Monochromatic Colors of #2EFCBC
Black with #2EFCBC
Text Example
Text Example
White with #2EFCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFCBC; }
p { color: rgb(46,252,188); }
H1.HeaderClassName
{
color: #2EFCBC;
}
.AnyTagClassName
{
color: #2EFCBC;
}
</style>
background-color css
<style>
a { background-color: #2EFCBC; }
a { background-color: rgb(46,252,188); }
div.DivClassName
{
background-color: #2EFCBC;
}
.BgClassName
{
background-color: #2EFCBC;
}
</style>
border-color css
<style>
span { border-color: #2EFCBC; }
span { border-color: rgb(46,252,188); }
td.TdClassName
{
border-color: #2EFCBC;
}
.TagClassName
{
border-color: #2EFCBC;
}
</style>