Shades of Turquoise #2BDDBB
Tints of Turquoise #2BDDBB
RGB
CMYK
RGB Variations
Color information
#2BDDBB (or 0x2BDDBB) is known color: Turquoise. HEX triplet: 2B, DD and BB. RGB value is (43,221,187). Sum of RGB (Red+Green+Blue) = 43+221+187=451 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.53% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #2BDDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDDBB is #D42244. Grayscale: #A3A3A3. Windows color (decimal): -13902405 or 12311851. OLE color: 12311851.
HSL color Cylindrical-coordinate representation of color #2BDDBB: hue angle of 168.54º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDDBB is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 221 | 187 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.13 |
| HSL | 168.54º | 0.72% | 0.52% | - |
| HSV(B) | 168.54º | 0.81% | 0.87% | - |
| XYZ | 35.82 | 55.81 | 55.9 | - |
| YUV | 163.9 | 141.03 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 221 | 187 | 0.81 | 0 | 0.15 | 0.13 | 168.54 | 0.72 | 0.52 |
| Hex | 2B | DD | BB | 51 | 0 | F | D | A9 | 48 | 34 |
| Octal | 53 | 335 | 273 | 121 | 0 | 17 | 15 | 251 | 110 | 64 |
| Binary | 101011 | 11011101 | 10111011 | 1010001 | 0 | 1111 | 1101 | 10101001 | 1001000 | 110100 |
Color Harmonies of #2BDDBB
Complementary color
Monochromatic Colors of #2BDDBB
Black with #2BDDBB
Text Example
Text Example
White with #2BDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDDBB; }
p { color: rgb(43,221,187); }
H1.HeaderClassName
{
color: #2BDDBB;
}
.AnyTagClassName
{
color: #2BDDBB;
}
</style>
background-color css
<style>
a { background-color: #2BDDBB; }
a { background-color: rgb(43,221,187); }
div.DivClassName
{
background-color: #2BDDBB;
}
.BgClassName
{
background-color: #2BDDBB;
}
</style>
border-color css
<style>
span { border-color: #2BDDBB; }
span { border-color: rgb(43,221,187); }
td.TdClassName
{
border-color: #2BDDBB;
}
.TagClassName
{
border-color: #2BDDBB;
}
</style>