Shades of Turquoise #2BE5BC
Tints of Turquoise #2BE5BC
RGB
CMYK
RGB Variations
Color information
#2BE5BC (or 0x2BE5BC) is known color: Turquoise. HEX triplet: 2B, E5 and BC. RGB value is (43,229,188). Sum of RGB (Red+Green+Blue) = 43+229+188=460 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.35% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE5BC is #D41A43. Grayscale: #A8A8A8. Windows color (decimal): -13900356 or 12379435. OLE color: 12379435.
HSL color Cylindrical-coordinate representation of color #2BE5BC: hue angle of 166.77º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE5BC is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 188 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.10 |
| HSL | 166.77º | 0.78% | 0.53% | - |
| HSV(B) | 166.77º | 0.81% | 0.9% | - |
| XYZ | 38.09 | 60.18 | 57.19 | - |
| YUV | 168.71 | 138.88 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 188 | 0.81 | 0 | 0.18 | 0.10 | 166.77 | 0.78 | 0.53 |
| Hex | 2B | E5 | BC | 51 | 0 | 12 | A | A7 | 4E | 35 |
| Octal | 53 | 345 | 274 | 121 | 0 | 22 | 12 | 247 | 116 | 65 |
| Binary | 101011 | 11100101 | 10111100 | 1010001 | 0 | 10010 | 1010 | 10100111 | 1001110 | 110101 |
Color Harmonies of #2BE5BC
Complementary color
Monochromatic Colors of #2BE5BC
Black with #2BE5BC
Text Example
Text Example
White with #2BE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE5BC; }
p { color: rgb(43,229,188); }
H1.HeaderClassName
{
color: #2BE5BC;
}
.AnyTagClassName
{
color: #2BE5BC;
}
</style>
background-color css
<style>
a { background-color: #2BE5BC; }
a { background-color: rgb(43,229,188); }
div.DivClassName
{
background-color: #2BE5BC;
}
.BgClassName
{
background-color: #2BE5BC;
}
</style>
border-color css
<style>
span { border-color: #2BE5BC; }
span { border-color: rgb(43,229,188); }
td.TdClassName
{
border-color: #2BE5BC;
}
.TagClassName
{
border-color: #2BE5BC;
}
</style>