Shades of Turquoise #2BDBBD
Tints of Turquoise #2BDBBD
RGB
CMYK
RGB Variations
Color information
#2BDBBD (or 0x2BDBBD) is known color: Turquoise. HEX triplet: 2B, DB and BD. RGB value is (43,219,189). Sum of RGB (Red+Green+Blue) = 43+219+189=451 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.53% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDBBD is #D42442. Grayscale: #A2A2A2. Windows color (decimal): -13902915 or 12442411. OLE color: 12442411.
HSL color Cylindrical-coordinate representation of color #2BDBBD: hue angle of 169.77º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDBBD is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 219 | 189 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.14 |
| HSL | 169.77º | 0.71% | 0.51% | - |
| HSV(B) | 169.77º | 0.8% | 0.86% | - |
| XYZ | 35.51 | 54.85 | 56.86 | - |
| YUV | 162.96 | 142.69 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 189 | 0.80 | 0 | 0.14 | 0.14 | 169.77 | 0.71 | 0.51 |
| Hex | 2B | DB | BD | 50 | 0 | E | E | AA | 47 | 33 |
| Octal | 53 | 333 | 275 | 120 | 0 | 16 | 16 | 252 | 107 | 63 |
| Binary | 101011 | 11011011 | 10111101 | 1010000 | 0 | 1110 | 1110 | 10101010 | 1000111 | 110011 |
Color Harmonies of #2BDBBD
Complementary color
Monochromatic Colors of #2BDBBD
Black with #2BDBBD
Text Example
Text Example
White with #2BDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDBBD; }
p { color: rgb(43,219,189); }
H1.HeaderClassName
{
color: #2BDBBD;
}
.AnyTagClassName
{
color: #2BDBBD;
}
</style>
background-color css
<style>
a { background-color: #2BDBBD; }
a { background-color: rgb(43,219,189); }
div.DivClassName
{
background-color: #2BDBBD;
}
.BgClassName
{
background-color: #2BDBBD;
}
</style>
border-color css
<style>
span { border-color: #2BDBBD; }
span { border-color: rgb(43,219,189); }
td.TdClassName
{
border-color: #2BDBBD;
}
.TagClassName
{
border-color: #2BDBBD;
}
</style>