Shades of Turquoise #2BDCBE
Tints of Turquoise #2BDCBE
RGB
CMYK
RGB Variations
Color information
#2BDCBE (or 0x2BDCBE) is known color: Turquoise. HEX triplet: 2B, DC and BE. RGB value is (43,220,190). Sum of RGB (Red+Green+Blue) = 43+220+190=453 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.49% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCBE is #D42341. Grayscale: #A3A3A3. Windows color (decimal): -13902658 or 12508203. OLE color: 12508203.
HSL color Cylindrical-coordinate representation of color #2BDCBE: hue angle of 169.83º 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 #2BDCBE is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 190 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.14 |
| HSL | 169.83º | 0.72% | 0.52% | - |
| HSV(B) | 169.83º | 0.8% | 0.86% | - |
| XYZ | 35.88 | 55.42 | 57.52 | - |
| YUV | 163.66 | 142.86 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 190 | 0.80 | 0 | 0.14 | 0.14 | 169.83 | 0.72 | 0.52 |
| Hex | 2B | DC | BE | 50 | 0 | E | E | AA | 48 | 34 |
| Octal | 53 | 334 | 276 | 120 | 0 | 16 | 16 | 252 | 110 | 64 |
| Binary | 101011 | 11011100 | 10111110 | 1010000 | 0 | 1110 | 1110 | 10101010 | 1001000 | 110100 |
Color Harmonies of #2BDCBE
Complementary color
Monochromatic Colors of #2BDCBE
Black with #2BDCBE
Text Example
Text Example
White with #2BDCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDCBE; }
p { color: rgb(43,220,190); }
H1.HeaderClassName
{
color: #2BDCBE;
}
.AnyTagClassName
{
color: #2BDCBE;
}
</style>
background-color css
<style>
a { background-color: #2BDCBE; }
a { background-color: rgb(43,220,190); }
div.DivClassName
{
background-color: #2BDCBE;
}
.BgClassName
{
background-color: #2BDCBE;
}
</style>
border-color css
<style>
span { border-color: #2BDCBE; }
span { border-color: rgb(43,220,190); }
td.TdClassName
{
border-color: #2BDCBE;
}
.TagClassName
{
border-color: #2BDCBE;
}
</style>