Shades of Turquoise #2BDCBF
Tints of Turquoise #2BDCBF
RGB
CMYK
RGB Variations
Color information
#2BDCBF (or 0x2BDCBF) is known color: Turquoise. HEX triplet: 2B, DC and BF. RGB value is (43,220,191). Sum of RGB (Red+Green+Blue) = 43+220+191=454 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.47% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCBF is #D42340. Grayscale: #A3A3A3. Windows color (decimal): -13902657 or 12573739. OLE color: 12573739.
HSL color Cylindrical-coordinate representation of color #2BDCBF: hue angle of 170.17º 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 #2BDCBF is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 191 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.14 |
| HSL | 170.17º | 0.72% | 0.52% | - |
| HSV(B) | 170.17º | 0.8% | 0.86% | - |
| XYZ | 35.99 | 55.46 | 58.1 | - |
| YUV | 163.77 | 143.36 | 41.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 191 | 0.80 | 0 | 0.13 | 0.14 | 170.17 | 0.72 | 0.52 |
| Hex | 2B | DC | BF | 50 | 0 | D | E | AA | 48 | 34 |
| Octal | 53 | 334 | 277 | 120 | 0 | 15 | 16 | 252 | 110 | 64 |
| Binary | 101011 | 11011100 | 10111111 | 1010000 | 0 | 1101 | 1110 | 10101010 | 1001000 | 110100 |
Color Harmonies of #2BDCBF
Complementary color
Monochromatic Colors of #2BDCBF
Black with #2BDCBF
Text Example
Text Example
White with #2BDCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDCBF; }
p { color: rgb(43,220,191); }
H1.HeaderClassName
{
color: #2BDCBF;
}
.AnyTagClassName
{
color: #2BDCBF;
}
</style>
background-color css
<style>
a { background-color: #2BDCBF; }
a { background-color: rgb(43,220,191); }
div.DivClassName
{
background-color: #2BDCBF;
}
.BgClassName
{
background-color: #2BDCBF;
}
</style>
border-color css
<style>
span { border-color: #2BDCBF; }
span { border-color: rgb(43,220,191); }
td.TdClassName
{
border-color: #2BDCBF;
}
.TagClassName
{
border-color: #2BDCBF;
}
</style>