Shades of Medium Turquoise #2BCCC6
Tints of Medium Turquoise #2BCCC6
RGB
CMYK
RGB Variations
Color information
#2BCCC6 (or 0x2BCCC6) is known color: Medium Turquoise. HEX triplet: 2B, CC and C6. RGB value is (43,204,198). Sum of RGB (Red+Green+Blue) = 43+204+198=445 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.66% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCCC6 is #D43339. Grayscale: #9B9B9B. Windows color (decimal): -13906746 or 13028395. OLE color: 13028395.
HSL color Cylindrical-coordinate representation of color #2BCCC6: hue angle of 177.76º 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 #2BCCC6 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 204 | 198 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.2 |
| HSL | 177.76º | 0.65% | 0.48% | - |
| HSV(B) | 177.76º | 0.79% | 0.8% | - |
| XYZ | 32.78 | 47.78 | 60.92 | - |
| YUV | 155.18 | 152.16 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 204 | 198 | 0.79 | 0 | 0.03 | 0.2 | 177.76 | 0.65 | 0.48 |
| Hex | 2B | CC | C6 | 4F | 0 | 3 | 14 | B2 | 41 | 30 |
| Octal | 53 | 314 | 306 | 117 | 0 | 3 | 24 | 262 | 101 | 60 |
| Binary | 101011 | 11001100 | 11000110 | 1001111 | 0 | 11 | 10100 | 10110010 | 1000001 | 110000 |
Color Harmonies of #2BCCC6
Complementary color
Monochromatic Colors of #2BCCC6
Black with #2BCCC6
Text Example
Text Example
White with #2BCCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCCC6; }
p { color: rgb(43,204,198); }
H1.HeaderClassName
{
color: #2BCCC6;
}
.AnyTagClassName
{
color: #2BCCC6;
}
</style>
background-color css
<style>
a { background-color: #2BCCC6; }
a { background-color: rgb(43,204,198); }
div.DivClassName
{
background-color: #2BCCC6;
}
.BgClassName
{
background-color: #2BCCC6;
}
</style>
border-color css
<style>
span { border-color: #2BCCC6; }
span { border-color: rgb(43,204,198); }
td.TdClassName
{
border-color: #2BCCC6;
}
.TagClassName
{
border-color: #2BCCC6;
}
</style>