Shades of Turquoise #2BDCC8
Tints of Turquoise #2BDCC8
RGB
CMYK
RGB Variations
Color information
#2BDCC8 (or 0x2BDCC8) is known color: Turquoise. HEX triplet: 2B, DC and C8. RGB value is (43,220,200). Sum of RGB (Red+Green+Blue) = 43+220+200=463 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.29% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCC8 is #D42337. Grayscale: #A4A4A4. Windows color (decimal): -13902648 or 13163563. OLE color: 13163563.
HSL color Cylindrical-coordinate representation of color #2BDCC8: hue angle of 173.22º 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 #2BDCC8 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 200 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.14 |
| HSL | 173.22º | 0.72% | 0.52% | - |
| HSV(B) | 173.22º | 0.8% | 0.86% | - |
| XYZ | 37.01 | 55.87 | 63.48 | - |
| YUV | 164.8 | 147.86 | 41.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 200 | 0.80 | 0 | 0.09 | 0.14 | 173.22 | 0.72 | 0.52 |
| Hex | 2B | DC | C8 | 50 | 0 | 9 | E | AD | 48 | 34 |
| Octal | 53 | 334 | 310 | 120 | 0 | 11 | 16 | 255 | 110 | 64 |
| Binary | 101011 | 11011100 | 11001000 | 1010000 | 0 | 1001 | 1110 | 10101101 | 1001000 | 110100 |
Color Harmonies of #2BDCC8
Complementary color
Monochromatic Colors of #2BDCC8
Black with #2BDCC8
Text Example
Text Example
White with #2BDCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDCC8; }
p { color: rgb(43,220,200); }
H1.HeaderClassName
{
color: #2BDCC8;
}
.AnyTagClassName
{
color: #2BDCC8;
}
</style>
background-color css
<style>
a { background-color: #2BDCC8; }
a { background-color: rgb(43,220,200); }
div.DivClassName
{
background-color: #2BDCC8;
}
.BgClassName
{
background-color: #2BDCC8;
}
</style>
border-color css
<style>
span { border-color: #2BDCC8; }
span { border-color: rgb(43,220,200); }
td.TdClassName
{
border-color: #2BDCC8;
}
.TagClassName
{
border-color: #2BDCC8;
}
</style>