Shades of Turquoise #2BDCD6
Tints of Turquoise #2BDCD6
RGB
CMYK
RGB Variations
Color information
#2BDCD6 (or 0x2BDCD6) is known color: Turquoise. HEX triplet: 2B, DC and D6. RGB value is (43,220,214). Sum of RGB (Red+Green+Blue) = 43+220+214=477 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.01% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCD6 is #D42329. Grayscale: #A6A6A6. Windows color (decimal): -13902634 or 14081067. OLE color: 14081067.
HSL color Cylindrical-coordinate representation of color #2BDCD6: hue angle of 177.97º 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 #2BDCD6 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 214 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.14 |
| HSL | 177.97º | 0.72% | 0.52% | - |
| HSV(B) | 177.97º | 0.8% | 0.86% | - |
| XYZ | 38.73 | 56.56 | 72.49 | - |
| YUV | 166.39 | 154.86 | 39.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 214 | 0.80 | 0 | 0.03 | 0.14 | 177.97 | 0.72 | 0.52 |
| Hex | 2B | DC | D6 | 50 | 0 | 3 | E | B2 | 48 | 34 |
| Octal | 53 | 334 | 326 | 120 | 0 | 3 | 16 | 262 | 110 | 64 |
| Binary | 101011 | 11011100 | 11010110 | 1010000 | 0 | 11 | 1110 | 10110010 | 1001000 | 110100 |
Color Harmonies of #2BDCD6
Complementary color
Monochromatic Colors of #2BDCD6
Black with #2BDCD6
Text Example
Text Example
White with #2BDCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDCD6; }
p { color: rgb(43,220,214); }
H1.HeaderClassName
{
color: #2BDCD6;
}
.AnyTagClassName
{
color: #2BDCD6;
}
</style>
background-color css
<style>
a { background-color: #2BDCD6; }
a { background-color: rgb(43,220,214); }
div.DivClassName
{
background-color: #2BDCD6;
}
.BgClassName
{
background-color: #2BDCD6;
}
</style>
border-color css
<style>
span { border-color: #2BDCD6; }
span { border-color: rgb(43,220,214); }
td.TdClassName
{
border-color: #2BDCD6;
}
.TagClassName
{
border-color: #2BDCD6;
}
</style>