Shades of Turquoise #2BDABB
Tints of Turquoise #2BDABB
RGB
CMYK
RGB Variations
Color information
#2BDABB (or 0x2BDABB) is known color: Turquoise. HEX triplet: 2B, DA and BB. RGB value is (43,218,187). Sum of RGB (Red+Green+Blue) = 43+218+187=448 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.60% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDABB is #D42544. Grayscale: #A2A2A2. Windows color (decimal): -13903173 or 12311083. OLE color: 12311083.
HSL color Cylindrical-coordinate representation of color #2BDABB: hue angle of 169.37º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDABB is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 187 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.15 |
| HSL | 169.37º | 0.7% | 0.51% | - |
| HSV(B) | 169.37º | 0.8% | 0.85% | - |
| XYZ | 35.04 | 54.24 | 55.64 | - |
| YUV | 162.14 | 142.02 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 187 | 0.80 | 0 | 0.14 | 0.15 | 169.37 | 0.7 | 0.51 |
| Hex | 2B | DA | BB | 50 | 0 | E | F | A9 | 46 | 33 |
| Octal | 53 | 332 | 273 | 120 | 0 | 16 | 17 | 251 | 106 | 63 |
| Binary | 101011 | 11011010 | 10111011 | 1010000 | 0 | 1110 | 1111 | 10101001 | 1000110 | 110011 |
Color Harmonies of #2BDABB
Complementary color
Monochromatic Colors of #2BDABB
Black with #2BDABB
Text Example
Text Example
White with #2BDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDABB; }
p { color: rgb(43,218,187); }
H1.HeaderClassName
{
color: #2BDABB;
}
.AnyTagClassName
{
color: #2BDABB;
}
</style>
background-color css
<style>
a { background-color: #2BDABB; }
a { background-color: rgb(43,218,187); }
div.DivClassName
{
background-color: #2BDABB;
}
.BgClassName
{
background-color: #2BDABB;
}
</style>
border-color css
<style>
span { border-color: #2BDABB; }
span { border-color: rgb(43,218,187); }
td.TdClassName
{
border-color: #2BDABB;
}
.TagClassName
{
border-color: #2BDABB;
}
</style>