Shades of Medium Turquoise #2BCACC
Tints of Medium Turquoise #2BCACC
RGB
CMYK
RGB Variations
Color information
#2BCACC (or 0x2BCACC) is known color: Medium Turquoise. HEX triplet: 2B, CA and CC. RGB value is (43,202,204). Sum of RGB (Red+Green+Blue) = 43+202+204=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #2BCACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCACC is #D43533. Grayscale: #9A9A9A. Windows color (decimal): -13907252 or 13421099. OLE color: 13421099.
HSL color Cylindrical-coordinate representation of color #2BCACC: hue angle of 180.75º 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 #2BCACC is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 202 | 204 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.2 |
| HSL | 180.75º | 0.65% | 0.48% | - |
| HSV(B) | 180.75º | 0.79% | 0.8% | - |
| XYZ | 33.02 | 47.11 | 64.48 | - |
| YUV | 154.69 | 155.82 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 204 | 0.79 | 0.01 | 0 | 0.2 | 180.75 | 0.65 | 0.48 |
| Hex | 2B | CA | CC | 4F | 1 | 0 | 14 | B5 | 41 | 30 |
| Octal | 53 | 312 | 314 | 117 | 1 | 0 | 24 | 265 | 101 | 60 |
| Binary | 101011 | 11001010 | 11001100 | 1001111 | 1 | 0 | 10100 | 10110101 | 1000001 | 110000 |
Color Harmonies of #2BCACC
Complementary color
Monochromatic Colors of #2BCACC
Black with #2BCACC
Text Example
Text Example
White with #2BCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCACC; }
p { color: rgb(43,202,204); }
H1.HeaderClassName
{
color: #2BCACC;
}
.AnyTagClassName
{
color: #2BCACC;
}
</style>
background-color css
<style>
a { background-color: #2BCACC; }
a { background-color: rgb(43,202,204); }
div.DivClassName
{
background-color: #2BCACC;
}
.BgClassName
{
background-color: #2BCACC;
}
</style>
border-color css
<style>
span { border-color: #2BCACC; }
span { border-color: rgb(43,202,204); }
td.TdClassName
{
border-color: #2BCACC;
}
.TagClassName
{
border-color: #2BCACC;
}
</style>