Shades of Medium Turquoise #2BCBC6
Tints of Medium Turquoise #2BCBC6
RGB
CMYK
RGB Variations
Color information
#2BCBC6 (or 0x2BCBC6) is known color: Medium Turquoise. HEX triplet: 2B, CB and C6. RGB value is (43,203,198). Sum of RGB (Red+Green+Blue) = 43+203+198=444 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.68% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #2BCBC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCBC6 is #D43439. Grayscale: #9A9A9A. Windows color (decimal): -13907002 or 13028139. OLE color: 13028139.
HSL color Cylindrical-coordinate representation of color #2BCBC6: hue angle of 178.12º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCBC6 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 203 | 198 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.20 |
| HSL | 178.13º | 0.65% | 0.48% | - |
| HSV(B) | 178.13º | 0.79% | 0.8% | - |
| XYZ | 32.55 | 47.3 | 60.84 | - |
| YUV | 154.59 | 152.49 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 203 | 198 | 0.79 | 0 | 0.02 | 0.20 | 178.13 | 0.65 | 0.48 |
| Hex | 2B | CB | C6 | 4F | 0 | 2 | 14 | B2 | 41 | 30 |
| Octal | 53 | 313 | 306 | 117 | 0 | 2 | 24 | 262 | 101 | 60 |
| Binary | 101011 | 11001011 | 11000110 | 1001111 | 0 | 10 | 10100 | 10110010 | 1000001 | 110000 |
Color Harmonies of #2BCBC6
Complementary color
Monochromatic Colors of #2BCBC6
Black with #2BCBC6
Text Example
Text Example
White with #2BCBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCBC6; }
p { color: rgb(43,203,198); }
H1.HeaderClassName
{
color: #2BCBC6;
}
.AnyTagClassName
{
color: #2BCBC6;
}
</style>
background-color css
<style>
a { background-color: #2BCBC6; }
a { background-color: rgb(43,203,198); }
div.DivClassName
{
background-color: #2BCBC6;
}
.BgClassName
{
background-color: #2BCBC6;
}
</style>
border-color css
<style>
span { border-color: #2BCBC6; }
span { border-color: rgb(43,203,198); }
td.TdClassName
{
border-color: #2BCBC6;
}
.TagClassName
{
border-color: #2BCBC6;
}
</style>