Shades of Turquoise #2BFEBC
Tints of Turquoise #2BFEBC
RGB
CMYK
RGB Variations
Color information
#2BFEBC (or 0x2BFEBC) is known color: Turquoise. HEX triplet: 2B, FE and BC. RGB value is (43,254,188). Sum of RGB (Red+Green+Blue) = 43+254+188=485 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.87% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFEBC is #D40143. Grayscale: #B7B7B7. Windows color (decimal): -13893956 or 12385835. OLE color: 12385835.
HSL color Cylindrical-coordinate representation of color #2BFEBC: hue angle of 161.23º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFEBC is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 188 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.00 |
| HSL | 161.23º | 0.99% | 0.58% | - |
| HSV(B) | 161.23º | 0.83% | 1% | - |
| XYZ | 45.52 | 75.03 | 59.66 | - |
| YUV | 183.39 | 130.6 | 27.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 188 | 0.83 | 0 | 0.26 | 0.00 | 161.23 | 0.99 | 0.58 |
| Hex | 2B | FE | BC | 53 | 0 | 1A | 0 | A1 | 63 | 3A |
| Octal | 53 | 376 | 274 | 123 | 0 | 32 | 0 | 241 | 143 | 72 |
| Binary | 101011 | 11111110 | 10111100 | 1010011 | 0 | 11010 | 0 | 10100001 | 1100011 | 111010 |
Color Harmonies of #2BFEBC
Complementary color
Monochromatic Colors of #2BFEBC
Black with #2BFEBC
Text Example
Text Example
White with #2BFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFEBC; }
p { color: rgb(43,254,188); }
H1.HeaderClassName
{
color: #2BFEBC;
}
.AnyTagClassName
{
color: #2BFEBC;
}
</style>
background-color css
<style>
a { background-color: #2BFEBC; }
a { background-color: rgb(43,254,188); }
div.DivClassName
{
background-color: #2BFEBC;
}
.BgClassName
{
background-color: #2BFEBC;
}
</style>
border-color css
<style>
span { border-color: #2BFEBC; }
span { border-color: rgb(43,254,188); }
td.TdClassName
{
border-color: #2BFEBC;
}
.TagClassName
{
border-color: #2BFEBC;
}
</style>