Shades of Turquoise #2BDABC
Tints of Turquoise #2BDABC
RGB
CMYK
RGB Variations
Color information
#2BDABC (or 0x2BDABC) is known color: Turquoise. HEX triplet: 2B, DA and BC. RGB value is (43,218,188). Sum of RGB (Red+Green+Blue) = 43+218+188=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDABC is #D42543. Grayscale: #A2A2A2. Windows color (decimal): -13903172 or 12376619. OLE color: 12376619.
HSL color Cylindrical-coordinate representation of color #2BDABC: hue angle of 169.71º 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 #2BDABC is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 188 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.15 |
| HSL | 169.71º | 0.7% | 0.51% | - |
| HSV(B) | 169.71º | 0.8% | 0.85% | - |
| XYZ | 35.14 | 54.29 | 56.2 | - |
| YUV | 162.26 | 142.52 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 188 | 0.80 | 0 | 0.14 | 0.15 | 169.71 | 0.7 | 0.51 |
| Hex | 2B | DA | BC | 50 | 0 | E | F | AA | 46 | 33 |
| Octal | 53 | 332 | 274 | 120 | 0 | 16 | 17 | 252 | 106 | 63 |
| Binary | 101011 | 11011010 | 10111100 | 1010000 | 0 | 1110 | 1111 | 10101010 | 1000110 | 110011 |
Color Harmonies of #2BDABC
Complementary color
Monochromatic Colors of #2BDABC
Black with #2BDABC
Text Example
Text Example
White with #2BDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDABC; }
p { color: rgb(43,218,188); }
H1.HeaderClassName
{
color: #2BDABC;
}
.AnyTagClassName
{
color: #2BDABC;
}
</style>
background-color css
<style>
a { background-color: #2BDABC; }
a { background-color: rgb(43,218,188); }
div.DivClassName
{
background-color: #2BDABC;
}
.BgClassName
{
background-color: #2BDABC;
}
</style>
border-color css
<style>
span { border-color: #2BDABC; }
span { border-color: rgb(43,218,188); }
td.TdClassName
{
border-color: #2BDABC;
}
.TagClassName
{
border-color: #2BDABC;
}
</style>