Shades of Medium Turquoise #4CCAC0
Tints of Medium Turquoise #4CCAC0
RGB
CMYK
RGB Variations
Color information
#4CCAC0 (or 0x4CCAC0) is known color: Medium Turquoise. HEX triplet: 4C, CA and C0. RGB value is (76,202,192). Sum of RGB (Red+Green+Blue) = 76+202+192=470 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.17% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCAC0 is #B3353F. Grayscale: #A3A3A3. Windows color (decimal): -11744576 or 12634700. OLE color: 12634700.
HSL color Cylindrical-coordinate representation of color #4CCAC0: hue angle of 175.24º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CCAC0 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 202 | 192 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.21 |
| HSL | 175.24º | 0.54% | 0.55% | - |
| HSV(B) | 175.24º | 0.62% | 0.79% | - |
| XYZ | 33.62 | 47.58 | 57.28 | - |
| YUV | 163.19 | 144.26 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 192 | 0.62 | 0 | 0.05 | 0.21 | 175.24 | 0.54 | 0.55 |
| Hex | 4C | CA | C0 | 3E | 0 | 5 | 15 | AF | 36 | 37 |
| Octal | 114 | 312 | 300 | 76 | 0 | 5 | 25 | 257 | 66 | 67 |
| Binary | 1001100 | 11001010 | 11000000 | 111110 | 0 | 101 | 10101 | 10101111 | 110110 | 110111 |
Color Harmonies of #4CCAC0
Complementary color
Monochromatic Colors of #4CCAC0
Black with #4CCAC0
Text Example
Text Example
White with #4CCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCAC0; }
p { color: rgb(76,202,192); }
H1.HeaderClassName
{
color: #4CCAC0;
}
.AnyTagClassName
{
color: #4CCAC0;
}
</style>
background-color css
<style>
a { background-color: #4CCAC0; }
a { background-color: rgb(76,202,192); }
div.DivClassName
{
background-color: #4CCAC0;
}
.BgClassName
{
background-color: #4CCAC0;
}
</style>
border-color css
<style>
span { border-color: #4CCAC0; }
span { border-color: rgb(76,202,192); }
td.TdClassName
{
border-color: #4CCAC0;
}
.TagClassName
{
border-color: #4CCAC0;
}
</style>