Shades of Turquoise #2BFFBC
Tints of Turquoise #2BFFBC
RGB
CMYK
RGB Variations
Color information
#2BFFBC (or 0x2BFFBC) is known color: Turquoise. HEX triplet: 2B, FF and BC. RGB value is (43,255,188). Sum of RGB (Red+Green+Blue) = 43+255+188=486 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.85% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFBC is #D40043. Grayscale: #B8B8B8. Windows color (decimal): -13893700 or 12386091. OLE color: 12386091.
HSL color Cylindrical-coordinate representation of color #2BFFBC: hue angle of 161.04º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFFBC is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 188 | - |
| CMYK | 0.83 | 0 | 0.26 | 0 |
| HSL | 161.04º | 1% | 0.58% | - |
| HSV(B) | 161.04º | 0.83% | 1% | - |
| XYZ | 45.83 | 75.66 | 59.77 | - |
| YUV | 183.97 | 130.26 | 27.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 188 | 0.83 | 0 | 0.26 | 0 | 161.04 | 1 | 0.58 |
| Hex | 2B | FF | BC | 53 | 0 | 1A | 0 | A1 | 64 | 3A |
| Octal | 53 | 377 | 274 | 123 | 0 | 32 | 0 | 241 | 144 | 72 |
| Binary | 101011 | 11111111 | 10111100 | 1010011 | 0 | 11010 | 0 | 10100001 | 1100100 | 111010 |
Color Harmonies of #2BFFBC
Complementary color
Monochromatic Colors of #2BFFBC
Black with #2BFFBC
Text Example
Text Example
White with #2BFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFBC; }
p { color: rgb(43,255,188); }
H1.HeaderClassName
{
color: #2BFFBC;
}
.AnyTagClassName
{
color: #2BFFBC;
}
</style>
background-color css
<style>
a { background-color: #2BFFBC; }
a { background-color: rgb(43,255,188); }
div.DivClassName
{
background-color: #2BFFBC;
}
.BgClassName
{
background-color: #2BFFBC;
}
</style>
border-color css
<style>
span { border-color: #2BFFBC; }
span { border-color: rgb(43,255,188); }
td.TdClassName
{
border-color: #2BFFBC;
}
.TagClassName
{
border-color: #2BFFBC;
}
</style>