Shades of Turquoise #2BDCC6
Tints of Turquoise #2BDCC6
RGB
CMYK
RGB Variations
Color information
#2BDCC6 (or 0x2BDCC6) is known color: Turquoise. HEX triplet: 2B, DC and C6. RGB value is (43,220,198). Sum of RGB (Red+Green+Blue) = 43+220+198=461 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.33% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCC6 is #D42339. Grayscale: #A4A4A4. Windows color (decimal): -13902650 or 13032491. OLE color: 13032491.
HSL color Cylindrical-coordinate representation of color #2BDCC6: hue angle of 172.54º 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 #2BDCC6 is Cyan = 0.80, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 198 | - |
| CMYK | 0.80 | 0 | 0.1 | 0.14 |
| HSL | 172.54º | 0.72% | 0.52% | - |
| HSV(B) | 172.54º | 0.8% | 0.86% | - |
| XYZ | 36.78 | 55.78 | 62.25 | - |
| YUV | 164.57 | 146.86 | 41.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 198 | 0.80 | 0 | 0.1 | 0.14 | 172.54 | 0.72 | 0.52 |
| Hex | 2B | DC | C6 | 50 | 0 | A | E | AD | 48 | 34 |
| Octal | 53 | 334 | 306 | 120 | 0 | 12 | 16 | 255 | 110 | 64 |
| Binary | 101011 | 11011100 | 11000110 | 1010000 | 0 | 1010 | 1110 | 10101101 | 1001000 | 110100 |
Color Harmonies of #2BDCC6
Complementary color
Monochromatic Colors of #2BDCC6
Black with #2BDCC6
Text Example
Text Example
White with #2BDCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDCC6; }
p { color: rgb(43,220,198); }
H1.HeaderClassName
{
color: #2BDCC6;
}
.AnyTagClassName
{
color: #2BDCC6;
}
</style>
background-color css
<style>
a { background-color: #2BDCC6; }
a { background-color: rgb(43,220,198); }
div.DivClassName
{
background-color: #2BDCC6;
}
.BgClassName
{
background-color: #2BDCC6;
}
</style>
border-color css
<style>
span { border-color: #2BDCC6; }
span { border-color: rgb(43,220,198); }
td.TdClassName
{
border-color: #2BDCC6;
}
.TagClassName
{
border-color: #2BDCC6;
}
</style>