Shades of Turquoise #2BDABD
Tints of Turquoise #2BDABD
RGB
CMYK
RGB Variations
Color information
#2BDABD (or 0x2BDABD) is known color: Turquoise. HEX triplet: 2B, DA and BD. RGB value is (43,218,189). Sum of RGB (Red+Green+Blue) = 43+218+189=450 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.56% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDABD is #D42542. Grayscale: #A2A2A2. Windows color (decimal): -13903171 or 12442155. OLE color: 12442155.
HSL color Cylindrical-coordinate representation of color #2BDABD: hue angle of 170.06º 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 #2BDABD is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 189 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.15 |
| HSL | 170.06º | 0.7% | 0.51% | - |
| HSV(B) | 170.06º | 0.8% | 0.85% | - |
| XYZ | 35.25 | 54.33 | 56.77 | - |
| YUV | 162.37 | 143.02 | 42.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 189 | 0.80 | 0 | 0.13 | 0.15 | 170.06 | 0.7 | 0.51 |
| Hex | 2B | DA | BD | 50 | 0 | D | F | AA | 46 | 33 |
| Octal | 53 | 332 | 275 | 120 | 0 | 15 | 17 | 252 | 106 | 63 |
| Binary | 101011 | 11011010 | 10111101 | 1010000 | 0 | 1101 | 1111 | 10101010 | 1000110 | 110011 |
Color Harmonies of #2BDABD
Complementary color
Monochromatic Colors of #2BDABD
Black with #2BDABD
Text Example
Text Example
White with #2BDABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDABD; }
p { color: rgb(43,218,189); }
H1.HeaderClassName
{
color: #2BDABD;
}
.AnyTagClassName
{
color: #2BDABD;
}
</style>
background-color css
<style>
a { background-color: #2BDABD; }
a { background-color: rgb(43,218,189); }
div.DivClassName
{
background-color: #2BDABD;
}
.BgClassName
{
background-color: #2BDABD;
}
</style>
border-color css
<style>
span { border-color: #2BDABD; }
span { border-color: rgb(43,218,189); }
td.TdClassName
{
border-color: #2BDABD;
}
.TagClassName
{
border-color: #2BDABD;
}
</style>