Shades of Medium Turquoise #2CCAC3
Tints of Medium Turquoise #2CCAC3
RGB
CMYK
RGB Variations
Color information
#2CCAC3 (or 0x2CCAC3) is known color: Medium Turquoise. HEX triplet: 2C, CA and C3. RGB value is (44,202,195). Sum of RGB (Red+Green+Blue) = 44+202+195=441 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.98% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCAC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCAC3 is #D3353C. Grayscale: #999999. Windows color (decimal): -13841725 or 12831276. OLE color: 12831276.
HSL color Cylindrical-coordinate representation of color #2CCAC3: hue angle of 177.34º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCAC3 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 202 | 195 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.21 |
| HSL | 177.34º | 0.64% | 0.48% | - |
| HSV(B) | 177.34º | 0.78% | 0.79% | - |
| XYZ | 32.01 | 46.72 | 58.96 | - |
| YUV | 153.96 | 151.15 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 202 | 195 | 0.78 | 0 | 0.03 | 0.21 | 177.34 | 0.64 | 0.48 |
| Hex | 2C | CA | C3 | 4E | 0 | 3 | 15 | B1 | 40 | 30 |
| Octal | 54 | 312 | 303 | 116 | 0 | 3 | 25 | 261 | 100 | 60 |
| Binary | 101100 | 11001010 | 11000011 | 1001110 | 0 | 11 | 10101 | 10110001 | 1000000 | 110000 |
Color Harmonies of #2CCAC3
Complementary color
Monochromatic Colors of #2CCAC3
Black with #2CCAC3
Text Example
Text Example
White with #2CCAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCAC3; }
p { color: rgb(44,202,195); }
H1.HeaderClassName
{
color: #2CCAC3;
}
.AnyTagClassName
{
color: #2CCAC3;
}
</style>
background-color css
<style>
a { background-color: #2CCAC3; }
a { background-color: rgb(44,202,195); }
div.DivClassName
{
background-color: #2CCAC3;
}
.BgClassName
{
background-color: #2CCAC3;
}
</style>
border-color css
<style>
span { border-color: #2CCAC3; }
span { border-color: rgb(44,202,195); }
td.TdClassName
{
border-color: #2CCAC3;
}
.TagClassName
{
border-color: #2CCAC3;
}
</style>