Shades of Turquoise #2BE5BD
Tints of Turquoise #2BE5BD
RGB
CMYK
RGB Variations
Color information
#2BE5BD (or 0x2BE5BD) is known color: Turquoise. HEX triplet: 2B, E5 and BD. RGB value is (43,229,189). Sum of RGB (Red+Green+Blue) = 43+229+189=461 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.33% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE5BD is #D41A42. Grayscale: #A8A8A8. Windows color (decimal): -13900355 or 12444971. OLE color: 12444971.
HSL color Cylindrical-coordinate representation of color #2BE5BD: hue angle of 167.1º 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 #2BE5BD is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 189 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.10 |
| HSL | 167.1º | 0.78% | 0.53% | - |
| HSV(B) | 167.1º | 0.81% | 0.9% | - |
| XYZ | 38.2 | 60.23 | 57.76 | - |
| YUV | 168.83 | 139.38 | 38.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 189 | 0.81 | 0 | 0.17 | 0.10 | 167.1 | 0.78 | 0.53 |
| Hex | 2B | E5 | BD | 51 | 0 | 11 | A | A7 | 4E | 35 |
| Octal | 53 | 345 | 275 | 121 | 0 | 21 | 12 | 247 | 116 | 65 |
| Binary | 101011 | 11100101 | 10111101 | 1010001 | 0 | 10001 | 1010 | 10100111 | 1001110 | 110101 |
Color Harmonies of #2BE5BD
Complementary color
Monochromatic Colors of #2BE5BD
Black with #2BE5BD
Text Example
Text Example
White with #2BE5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE5BD; }
p { color: rgb(43,229,189); }
H1.HeaderClassName
{
color: #2BE5BD;
}
.AnyTagClassName
{
color: #2BE5BD;
}
</style>
background-color css
<style>
a { background-color: #2BE5BD; }
a { background-color: rgb(43,229,189); }
div.DivClassName
{
background-color: #2BE5BD;
}
.BgClassName
{
background-color: #2BE5BD;
}
</style>
border-color css
<style>
span { border-color: #2BE5BD; }
span { border-color: rgb(43,229,189); }
td.TdClassName
{
border-color: #2BE5BD;
}
.TagClassName
{
border-color: #2BE5BD;
}
</style>