Shades of Turquoise #2BE5BE
Tints of Turquoise #2BE5BE
RGB
CMYK
RGB Variations
Color information
#2BE5BE (or 0x2BE5BE) is known color: Turquoise. HEX triplet: 2B, E5 and BE. RGB value is (43,229,190). Sum of RGB (Red+Green+Blue) = 43+229+190=462 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.31% from 462); Green value is 229 (89.84% from 255 or 49.57% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE5BE is #D41A41. Grayscale: #A8A8A8. Windows color (decimal): -13900354 or 12510507. OLE color: 12510507.
HSL color Cylindrical-coordinate representation of color #2BE5BE: hue angle of 167.42º 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 #2BE5BE is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 190 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.10 |
| HSL | 167.42º | 0.78% | 0.53% | - |
| HSV(B) | 167.42º | 0.81% | 0.9% | - |
| XYZ | 38.31 | 60.27 | 58.33 | - |
| YUV | 168.94 | 139.88 | 38.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 190 | 0.81 | 0 | 0.17 | 0.10 | 167.42 | 0.78 | 0.53 |
| Hex | 2B | E5 | BE | 51 | 0 | 11 | A | A7 | 4E | 35 |
| Octal | 53 | 345 | 276 | 121 | 0 | 21 | 12 | 247 | 116 | 65 |
| Binary | 101011 | 11100101 | 10111110 | 1010001 | 0 | 10001 | 1010 | 10100111 | 1001110 | 110101 |
Color Harmonies of #2BE5BE
Complementary color
Monochromatic Colors of #2BE5BE
Black with #2BE5BE
Text Example
Text Example
White with #2BE5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE5BE; }
p { color: rgb(43,229,190); }
H1.HeaderClassName
{
color: #2BE5BE;
}
.AnyTagClassName
{
color: #2BE5BE;
}
</style>
background-color css
<style>
a { background-color: #2BE5BE; }
a { background-color: rgb(43,229,190); }
div.DivClassName
{
background-color: #2BE5BE;
}
.BgClassName
{
background-color: #2BE5BE;
}
</style>
border-color css
<style>
span { border-color: #2BE5BE; }
span { border-color: rgb(43,229,190); }
td.TdClassName
{
border-color: #2BE5BE;
}
.TagClassName
{
border-color: #2BE5BE;
}
</style>