Shades of Turquoise #2BDCB7
Tints of Turquoise #2BDCB7
RGB
CMYK
RGB Variations
Color information
#2BDCB7 (or 0x2BDCB7) is known color: Turquoise. HEX triplet: 2B, DC and B7. RGB value is (43,220,183). Sum of RGB (Red+Green+Blue) = 43+220+183=446 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.64% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCB7 is #D42348. Grayscale: #A2A2A2. Windows color (decimal): -13902665 or 12049451. OLE color: 12049451.
HSL color Cylindrical-coordinate representation of color #2BDCB7: hue angle of 167.46º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDCB7 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 183 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.14 |
| HSL | 167.46º | 0.72% | 0.52% | - |
| HSV(B) | 167.46º | 0.8% | 0.86% | - |
| XYZ | 35.14 | 55.12 | 53.59 | - |
| YUV | 162.86 | 139.36 | 42.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 183 | 0.80 | 0 | 0.17 | 0.14 | 167.46 | 0.72 | 0.52 |
| Hex | 2B | DC | B7 | 50 | 0 | 11 | E | A7 | 48 | 34 |
| Octal | 53 | 334 | 267 | 120 | 0 | 21 | 16 | 247 | 110 | 64 |
| Binary | 101011 | 11011100 | 10110111 | 1010000 | 0 | 10001 | 1110 | 10100111 | 1001000 | 110100 |
Color Harmonies of #2BDCB7
Complementary color
Monochromatic Colors of #2BDCB7
Black with #2BDCB7
Text Example
Text Example
White with #2BDCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDCB7; }
p { color: rgb(43,220,183); }
H1.HeaderClassName
{
color: #2BDCB7;
}
.AnyTagClassName
{
color: #2BDCB7;
}
</style>
background-color css
<style>
a { background-color: #2BDCB7; }
a { background-color: rgb(43,220,183); }
div.DivClassName
{
background-color: #2BDCB7;
}
.BgClassName
{
background-color: #2BDCB7;
}
</style>
border-color css
<style>
span { border-color: #2BDCB7; }
span { border-color: rgb(43,220,183); }
td.TdClassName
{
border-color: #2BDCB7;
}
.TagClassName
{
border-color: #2BDCB7;
}
</style>