Shades of Medium Turquoise #2BC2CB
Tints of Medium Turquoise #2BC2CB
RGB
CMYK
RGB Variations
Color information
#2BC2CB (or 0x2BC2CB) is known color: Medium Turquoise. HEX triplet: 2B, C2 and CB. RGB value is (43,194,203). Sum of RGB (Red+Green+Blue) = 43+194+203=440 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.77% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #2BC2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC2CB is #D43D34. Grayscale: #959595. Windows color (decimal): -13909301 or 13353515. OLE color: 13353515.
HSL color Cylindrical-coordinate representation of color #2BC2CB: hue angle of 183.38º 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 #2BC2CB is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 194 | 203 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.20 |
| HSL | 183.38º | 0.65% | 0.48% | - |
| HSV(B) | 183.38º | 0.79% | 0.8% | - |
| XYZ | 31.07 | 43.41 | 63.24 | - |
| YUV | 149.88 | 157.97 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 194 | 203 | 0.79 | 0.04 | 0 | 0.20 | 183.38 | 0.65 | 0.48 |
| Hex | 2B | C2 | CB | 4F | 4 | 0 | 14 | B7 | 41 | 30 |
| Octal | 53 | 302 | 313 | 117 | 4 | 0 | 24 | 267 | 101 | 60 |
| Binary | 101011 | 11000010 | 11001011 | 1001111 | 100 | 0 | 10100 | 10110111 | 1000001 | 110000 |
Color Harmonies of #2BC2CB
Complementary color
Monochromatic Colors of #2BC2CB
Black with #2BC2CB
Text Example
Text Example
White with #2BC2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC2CB; }
p { color: rgb(43,194,203); }
H1.HeaderClassName
{
color: #2BC2CB;
}
.AnyTagClassName
{
color: #2BC2CB;
}
</style>
background-color css
<style>
a { background-color: #2BC2CB; }
a { background-color: rgb(43,194,203); }
div.DivClassName
{
background-color: #2BC2CB;
}
.BgClassName
{
background-color: #2BC2CB;
}
</style>
border-color css
<style>
span { border-color: #2BC2CB; }
span { border-color: rgb(43,194,203); }
td.TdClassName
{
border-color: #2BC2CB;
}
.TagClassName
{
border-color: #2BC2CB;
}
</style>