Shades of Turquoise #2BDCDB
Tints of Turquoise #2BDCDB
RGB
CMYK
RGB Variations
Color information
#2BDCDB (or 0x2BDCDB) is known color: Turquoise. HEX triplet: 2B, DC and DB. RGB value is (43,220,219). Sum of RGB (Red+Green+Blue) = 43+220+219=482 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.92% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCDB is #D42324. Grayscale: #A6A6A6. Windows color (decimal): -13902629 or 14408747. OLE color: 14408747.
HSL color Cylindrical-coordinate representation of color #2BDCDB: hue angle of 179.66º 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 #2BDCDB is Cyan = 0.80, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 219 | - |
| CMYK | 0.80 | 0 | 0.00 | 0.14 |
| HSL | 179.66º | 0.72% | 0.52% | - |
| HSV(B) | 179.66º | 0.8% | 0.86% | - |
| XYZ | 39.38 | 56.81 | 75.91 | - |
| YUV | 166.96 | 157.36 | 39.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 219 | 0.80 | 0 | 0.00 | 0.14 | 179.66 | 0.72 | 0.52 |
| Hex | 2B | DC | DB | 50 | 0 | 0 | E | B4 | 48 | 34 |
| Octal | 53 | 334 | 333 | 120 | 0 | 0 | 16 | 264 | 110 | 64 |
| Binary | 101011 | 11011100 | 11011011 | 1010000 | 0 | 0 | 1110 | 10110100 | 1001000 | 110100 |
Color Harmonies of #2BDCDB
Complementary color
Monochromatic Colors of #2BDCDB
Black with #2BDCDB
Text Example
Text Example
White with #2BDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDCDB; }
p { color: rgb(43,220,219); }
H1.HeaderClassName
{
color: #2BDCDB;
}
.AnyTagClassName
{
color: #2BDCDB;
}
</style>
background-color css
<style>
a { background-color: #2BDCDB; }
a { background-color: rgb(43,220,219); }
div.DivClassName
{
background-color: #2BDCDB;
}
.BgClassName
{
background-color: #2BDCDB;
}
</style>
border-color css
<style>
span { border-color: #2BDCDB; }
span { border-color: rgb(43,220,219); }
td.TdClassName
{
border-color: #2BDCDB;
}
.TagClassName
{
border-color: #2BDCDB;
}
</style>