Shades of Turquoise #2BDABA
Tints of Turquoise #2BDABA
RGB
CMYK
RGB Variations
Color information
#2BDABA (or 0x2BDABA) is known color: Turquoise. HEX triplet: 2B, DA and BA. RGB value is (43,218,186). Sum of RGB (Red+Green+Blue) = 43+218+186=447 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.62% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDABA is #D42545. Grayscale: #A1A1A1. Windows color (decimal): -13903174 or 12245547. OLE color: 12245547.
HSL color Cylindrical-coordinate representation of color #2BDABA: hue angle of 169.03º 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 #2BDABA is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 186 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.15 |
| HSL | 169.03º | 0.7% | 0.51% | - |
| HSV(B) | 169.03º | 0.8% | 0.85% | - |
| XYZ | 34.93 | 54.2 | 55.08 | - |
| YUV | 162.03 | 141.52 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 186 | 0.80 | 0 | 0.15 | 0.15 | 169.03 | 0.7 | 0.51 |
| Hex | 2B | DA | BA | 50 | 0 | F | F | A9 | 46 | 33 |
| Octal | 53 | 332 | 272 | 120 | 0 | 17 | 17 | 251 | 106 | 63 |
| Binary | 101011 | 11011010 | 10111010 | 1010000 | 0 | 1111 | 1111 | 10101001 | 1000110 | 110011 |
Color Harmonies of #2BDABA
Complementary color
Monochromatic Colors of #2BDABA
Black with #2BDABA
Text Example
Text Example
White with #2BDABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDABA; }
p { color: rgb(43,218,186); }
H1.HeaderClassName
{
color: #2BDABA;
}
.AnyTagClassName
{
color: #2BDABA;
}
</style>
background-color css
<style>
a { background-color: #2BDABA; }
a { background-color: rgb(43,218,186); }
div.DivClassName
{
background-color: #2BDABA;
}
.BgClassName
{
background-color: #2BDABA;
}
</style>
border-color css
<style>
span { border-color: #2BDABA; }
span { border-color: rgb(43,218,186); }
td.TdClassName
{
border-color: #2BDABA;
}
.TagClassName
{
border-color: #2BDABA;
}
</style>