Shades of Turquoise #2BD7BA
Tints of Turquoise #2BD7BA
RGB
CMYK
RGB Variations
Color information
#2BD7BA (or 0x2BD7BA) is known color: Turquoise. HEX triplet: 2B, D7 and BA. RGB value is (43,215,186). Sum of RGB (Red+Green+Blue) = 43+215+186=444 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.68% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD7BA is #D42845. Grayscale: #A0A0A0. Windows color (decimal): -13903942 or 12244779. OLE color: 12244779.
HSL color Cylindrical-coordinate representation of color #2BD7BA: hue angle of 169.88º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD7BA is Cyan = 0.8, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 215 | 186 | - |
| CMYK | 0.8 | 0 | 0.13 | 0.16 |
| HSL | 169.88º | 0.68% | 0.51% | - |
| HSV(B) | 169.88º | 0.8% | 0.84% | - |
| XYZ | 34.16 | 52.66 | 54.82 | - |
| YUV | 160.27 | 142.52 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 215 | 186 | 0.8 | 0 | 0.13 | 0.16 | 169.88 | 0.68 | 0.51 |
| Hex | 2B | D7 | BA | 50 | 0 | D | 10 | AA | 44 | 33 |
| Octal | 53 | 327 | 272 | 120 | 0 | 15 | 20 | 252 | 104 | 63 |
| Binary | 101011 | 11010111 | 10111010 | 1010000 | 0 | 1101 | 10000 | 10101010 | 1000100 | 110011 |
Color Harmonies of #2BD7BA
Complementary color
Monochromatic Colors of #2BD7BA
Black with #2BD7BA
Text Example
Text Example
White with #2BD7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD7BA; }
p { color: rgb(43,215,186); }
H1.HeaderClassName
{
color: #2BD7BA;
}
.AnyTagClassName
{
color: #2BD7BA;
}
</style>
background-color css
<style>
a { background-color: #2BD7BA; }
a { background-color: rgb(43,215,186); }
div.DivClassName
{
background-color: #2BD7BA;
}
.BgClassName
{
background-color: #2BD7BA;
}
</style>
border-color css
<style>
span { border-color: #2BD7BA; }
span { border-color: rgb(43,215,186); }
td.TdClassName
{
border-color: #2BD7BA;
}
.TagClassName
{
border-color: #2BD7BA;
}
</style>