Shades of Turquoise #2BDBBF
Tints of Turquoise #2BDBBF
RGB
CMYK
RGB Variations
Color information
#2BDBBF (or 0x2BDBBF) is known color: Turquoise. HEX triplet: 2B, DB and BF. RGB value is (43,219,191). Sum of RGB (Red+Green+Blue) = 43+219+191=453 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.49% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDBBF is #D42440. Grayscale: #A3A3A3. Windows color (decimal): -13902913 or 12573483. OLE color: 12573483.
HSL color Cylindrical-coordinate representation of color #2BDBBF: hue angle of 170.45º 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 #2BDBBF is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 219 | 191 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.14 |
| HSL | 170.45º | 0.71% | 0.51% | - |
| HSV(B) | 170.45º | 0.8% | 0.86% | - |
| XYZ | 35.73 | 54.94 | 58.01 | - |
| YUV | 163.18 | 143.69 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 191 | 0.80 | 0 | 0.13 | 0.14 | 170.45 | 0.71 | 0.51 |
| Hex | 2B | DB | BF | 50 | 0 | D | E | AA | 47 | 33 |
| Octal | 53 | 333 | 277 | 120 | 0 | 15 | 16 | 252 | 107 | 63 |
| Binary | 101011 | 11011011 | 10111111 | 1010000 | 0 | 1101 | 1110 | 10101010 | 1000111 | 110011 |
Color Harmonies of #2BDBBF
Complementary color
Monochromatic Colors of #2BDBBF
Black with #2BDBBF
Text Example
Text Example
White with #2BDBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDBBF; }
p { color: rgb(43,219,191); }
H1.HeaderClassName
{
color: #2BDBBF;
}
.AnyTagClassName
{
color: #2BDBBF;
}
</style>
background-color css
<style>
a { background-color: #2BDBBF; }
a { background-color: rgb(43,219,191); }
div.DivClassName
{
background-color: #2BDBBF;
}
.BgClassName
{
background-color: #2BDBBF;
}
</style>
border-color css
<style>
span { border-color: #2BDBBF; }
span { border-color: rgb(43,219,191); }
td.TdClassName
{
border-color: #2BDBBF;
}
.TagClassName
{
border-color: #2BDBBF;
}
</style>