Shades of Turquoise #2BE1BC
Tints of Turquoise #2BE1BC
RGB
CMYK
RGB Variations
Color information
#2BE1BC (or 0x2BE1BC) is known color: Turquoise. HEX triplet: 2B, E1 and BC. RGB value is (43,225,188). Sum of RGB (Red+Green+Blue) = 43+225+188=456 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.43% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE1BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE1BC is #D41E43. Grayscale: #A6A6A6. Windows color (decimal): -13901380 or 12378411. OLE color: 12378411.
HSL color Cylindrical-coordinate representation of color #2BE1BC: hue angle of 167.8º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE1BC is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 188 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.12 |
| HSL | 167.8º | 0.75% | 0.53% | - |
| HSV(B) | 167.8º | 0.81% | 0.88% | - |
| XYZ | 37 | 57.99 | 56.82 | - |
| YUV | 166.36 | 140.2 | 40.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 188 | 0.81 | 0 | 0.16 | 0.12 | 167.8 | 0.75 | 0.53 |
| Hex | 2B | E1 | BC | 51 | 0 | 10 | C | A8 | 4B | 35 |
| Octal | 53 | 341 | 274 | 121 | 0 | 20 | 14 | 250 | 113 | 65 |
| Binary | 101011 | 11100001 | 10111100 | 1010001 | 0 | 10000 | 1100 | 10101000 | 1001011 | 110101 |
Color Harmonies of #2BE1BC
Complementary color
Monochromatic Colors of #2BE1BC
Black with #2BE1BC
Text Example
Text Example
White with #2BE1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE1BC; }
p { color: rgb(43,225,188); }
H1.HeaderClassName
{
color: #2BE1BC;
}
.AnyTagClassName
{
color: #2BE1BC;
}
</style>
background-color css
<style>
a { background-color: #2BE1BC; }
a { background-color: rgb(43,225,188); }
div.DivClassName
{
background-color: #2BE1BC;
}
.BgClassName
{
background-color: #2BE1BC;
}
</style>
border-color css
<style>
span { border-color: #2BE1BC; }
span { border-color: rgb(43,225,188); }
td.TdClassName
{
border-color: #2BE1BC;
}
.TagClassName
{
border-color: #2BE1BC;
}
</style>