Shades of Turquoise #2BDCBD
Tints of Turquoise #2BDCBD
RGB
CMYK
RGB Variations
Color information
#2BDCBD (or 0x2BDCBD) is known color: Turquoise. HEX triplet: 2B, DC and BD. RGB value is (43,220,189). Sum of RGB (Red+Green+Blue) = 43+220+189=452 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.51% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCBD is #D42342. Grayscale: #A3A3A3. Windows color (decimal): -13902659 or 12442667. OLE color: 12442667.
HSL color Cylindrical-coordinate representation of color #2BDCBD: hue angle of 169.49º 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 #2BDCBD is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 189 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.14 |
| HSL | 169.49º | 0.72% | 0.52% | - |
| HSV(B) | 169.49º | 0.8% | 0.86% | - |
| XYZ | 35.77 | 55.37 | 56.95 | - |
| YUV | 163.54 | 142.36 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 189 | 0.80 | 0 | 0.14 | 0.14 | 169.49 | 0.72 | 0.52 |
| Hex | 2B | DC | BD | 50 | 0 | E | E | A9 | 48 | 34 |
| Octal | 53 | 334 | 275 | 120 | 0 | 16 | 16 | 251 | 110 | 64 |
| Binary | 101011 | 11011100 | 10111101 | 1010000 | 0 | 1110 | 1110 | 10101001 | 1001000 | 110100 |
Color Harmonies of #2BDCBD
Complementary color
Monochromatic Colors of #2BDCBD
Black with #2BDCBD
Text Example
Text Example
White with #2BDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDCBD; }
p { color: rgb(43,220,189); }
H1.HeaderClassName
{
color: #2BDCBD;
}
.AnyTagClassName
{
color: #2BDCBD;
}
</style>
background-color css
<style>
a { background-color: #2BDCBD; }
a { background-color: rgb(43,220,189); }
div.DivClassName
{
background-color: #2BDCBD;
}
.BgClassName
{
background-color: #2BDCBD;
}
</style>
border-color css
<style>
span { border-color: #2BDCBD; }
span { border-color: rgb(43,220,189); }
td.TdClassName
{
border-color: #2BDCBD;
}
.TagClassName
{
border-color: #2BDCBD;
}
</style>