Shades of Turquoise #2EFBBC
Tints of Turquoise #2EFBBC
RGB
CMYK
RGB Variations
Color information
#2EFBBC (or 0x2EFBBC) is known color: Turquoise. HEX triplet: 2E, FB and BC. RGB value is (46,251,188). Sum of RGB (Red+Green+Blue) = 46+251+188=485 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.48% from 485); Green value is 251 (98.44% from 255 or 51.75% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFBBC is #D10443. Grayscale: #B6B6B6. Windows color (decimal): -13698116 or 12385070. OLE color: 12385070.
HSL color Cylindrical-coordinate representation of color #2EFBBC: hue angle of 161.56º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFBBC is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 188 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.02 |
| HSL | 161.56º | 0.96% | 0.58% | - |
| HSV(B) | 161.56º | 0.82% | 0.98% | - |
| XYZ | 44.7 | 73.21 | 59.35 | - |
| YUV | 182.52 | 131.08 | 30.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 188 | 0.82 | 0 | 0.25 | 0.02 | 161.56 | 0.96 | 0.58 |
| Hex | 2E | FB | BC | 52 | 0 | 19 | 2 | A2 | 60 | 3A |
| Octal | 56 | 373 | 274 | 122 | 0 | 31 | 2 | 242 | 140 | 72 |
| Binary | 101110 | 11111011 | 10111100 | 1010010 | 0 | 11001 | 10 | 10100010 | 1100000 | 111010 |
Color Harmonies of #2EFBBC
Complementary color
Monochromatic Colors of #2EFBBC
Black with #2EFBBC
Text Example
Text Example
White with #2EFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFBBC; }
p { color: rgb(46,251,188); }
H1.HeaderClassName
{
color: #2EFBBC;
}
.AnyTagClassName
{
color: #2EFBBC;
}
</style>
background-color css
<style>
a { background-color: #2EFBBC; }
a { background-color: rgb(46,251,188); }
div.DivClassName
{
background-color: #2EFBBC;
}
.BgClassName
{
background-color: #2EFBBC;
}
</style>
border-color css
<style>
span { border-color: #2EFBBC; }
span { border-color: rgb(46,251,188); }
td.TdClassName
{
border-color: #2EFBBC;
}
.TagClassName
{
border-color: #2EFBBC;
}
</style>