Shades of Medium Turquoise #2BCACA
Tints of Medium Turquoise #2BCACA
RGB
CMYK
RGB Variations
Color information
#2BCACA (or 0x2BCACA) is known color: Medium Turquoise. HEX triplet: 2B, CA and CA. RGB value is (43,202,202). Sum of RGB (Red+Green+Blue) = 43+202+202=447 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.62% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #2BCACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCACA is #D43535. Grayscale: #9A9A9A. Windows color (decimal): -13907254 or 13290027. OLE color: 13290027.
HSL color Cylindrical-coordinate representation of color #2BCACA: hue angle of 180º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCACA is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 202 | 202 | - |
| CMYK | 0.79 | 0 | 0 | 0.21 |
| HSL | 180º | 0.65% | 0.48% | - |
| HSV(B) | 180º | 0.79% | 0.79% | - |
| XYZ | 32.78 | 47.02 | 63.23 | - |
| YUV | 154.46 | 154.82 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 202 | 0.79 | 0 | 0 | 0.21 | 180 | 0.65 | 0.48 |
| Hex | 2B | CA | CA | 4F | 0 | 0 | 15 | B4 | 41 | 30 |
| Octal | 53 | 312 | 312 | 117 | 0 | 0 | 25 | 264 | 101 | 60 |
| Binary | 101011 | 11001010 | 11001010 | 1001111 | 0 | 0 | 10101 | 10110100 | 1000001 | 110000 |
Color Harmonies of #2BCACA
Complementary color
Monochromatic Colors of #2BCACA
Black with #2BCACA
Text Example
Text Example
White with #2BCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCACA; }
p { color: rgb(43,202,202); }
H1.HeaderClassName
{
color: #2BCACA;
}
.AnyTagClassName
{
color: #2BCACA;
}
</style>
background-color css
<style>
a { background-color: #2BCACA; }
a { background-color: rgb(43,202,202); }
div.DivClassName
{
background-color: #2BCACA;
}
.BgClassName
{
background-color: #2BCACA;
}
</style>
border-color css
<style>
span { border-color: #2BCACA; }
span { border-color: rgb(43,202,202); }
td.TdClassName
{
border-color: #2BCACA;
}
.TagClassName
{
border-color: #2BCACA;
}
</style>