Shades of Turquoise #2BDBD0
Tints of Turquoise #2BDBD0
RGB
CMYK
RGB Variations
Color information
#2BDBD0 (or 0x2BDBD0) is known color: Turquoise. HEX triplet: 2B, DB and D0. RGB value is (43,219,208). Sum of RGB (Red+Green+Blue) = 43+219+208=470 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.15% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDBD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDBD0 is #D4242F. Grayscale: #A4A4A4. Windows color (decimal): -13902896 or 13687595. OLE color: 13687595.
HSL color Cylindrical-coordinate representation of color #2BDBD0: hue angle of 176.25º 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 #2BDBD0 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 219 | 208 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.14 |
| HSL | 176.25º | 0.71% | 0.51% | - |
| HSV(B) | 176.25º | 0.8% | 0.86% | - |
| XYZ | 37.71 | 55.73 | 68.44 | - |
| YUV | 165.12 | 152.19 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 208 | 0.80 | 0 | 0.05 | 0.14 | 176.25 | 0.71 | 0.51 |
| Hex | 2B | DB | D0 | 50 | 0 | 5 | E | B0 | 47 | 33 |
| Octal | 53 | 333 | 320 | 120 | 0 | 5 | 16 | 260 | 107 | 63 |
| Binary | 101011 | 11011011 | 11010000 | 1010000 | 0 | 101 | 1110 | 10110000 | 1000111 | 110011 |
Color Harmonies of #2BDBD0
Complementary color
Monochromatic Colors of #2BDBD0
Black with #2BDBD0
Text Example
Text Example
White with #2BDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDBD0; }
p { color: rgb(43,219,208); }
H1.HeaderClassName
{
color: #2BDBD0;
}
.AnyTagClassName
{
color: #2BDBD0;
}
</style>
background-color css
<style>
a { background-color: #2BDBD0; }
a { background-color: rgb(43,219,208); }
div.DivClassName
{
background-color: #2BDBD0;
}
.BgClassName
{
background-color: #2BDBD0;
}
</style>
border-color css
<style>
span { border-color: #2BDBD0; }
span { border-color: rgb(43,219,208); }
td.TdClassName
{
border-color: #2BDBD0;
}
.TagClassName
{
border-color: #2BDBD0;
}
</style>