Shades of Turquoise #2BD2BB
Tints of Turquoise #2BD2BB
RGB
CMYK
RGB Variations
Color information
#2BD2BB (or 0x2BD2BB) is known color: Turquoise. HEX triplet: 2B, D2 and BB. RGB value is (43,210,187). Sum of RGB (Red+Green+Blue) = 43+210+187=440 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.77% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD2BB is #D42D44. Grayscale: #9D9D9D. Windows color (decimal): -13905221 or 12309035. OLE color: 12309035.
HSL color Cylindrical-coordinate representation of color #2BD2BB: hue angle of 171.74º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD2BB is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 210 | 187 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.18 |
| HSL | 171.74º | 0.66% | 0.5% | - |
| HSV(B) | 171.74º | 0.8% | 0.82% | - |
| XYZ | 33.01 | 50.19 | 54.96 | - |
| YUV | 157.45 | 144.67 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 210 | 187 | 0.80 | 0 | 0.11 | 0.18 | 171.74 | 0.66 | 0.5 |
| Hex | 2B | D2 | BB | 50 | 0 | B | 12 | AC | 42 | 32 |
| Octal | 53 | 322 | 273 | 120 | 0 | 13 | 22 | 254 | 102 | 62 |
| Binary | 101011 | 11010010 | 10111011 | 1010000 | 0 | 1011 | 10010 | 10101100 | 1000010 | 110010 |
Color Harmonies of #2BD2BB
Complementary color
Monochromatic Colors of #2BD2BB
Black with #2BD2BB
Text Example
Text Example
White with #2BD2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD2BB; }
p { color: rgb(43,210,187); }
H1.HeaderClassName
{
color: #2BD2BB;
}
.AnyTagClassName
{
color: #2BD2BB;
}
</style>
background-color css
<style>
a { background-color: #2BD2BB; }
a { background-color: rgb(43,210,187); }
div.DivClassName
{
background-color: #2BD2BB;
}
.BgClassName
{
background-color: #2BD2BB;
}
</style>
border-color css
<style>
span { border-color: #2BD2BB; }
span { border-color: rgb(43,210,187); }
td.TdClassName
{
border-color: #2BD2BB;
}
.TagClassName
{
border-color: #2BD2BB;
}
</style>