Shades of Medium Turquoise #4CCCC0
Tints of Medium Turquoise #4CCCC0
RGB
CMYK
RGB Variations
Color information
#4CCCC0 (or 0x4CCCC0) is known color: Medium Turquoise. HEX triplet: 4C, CC and C0. RGB value is (76,204,192). Sum of RGB (Red+Green+Blue) = 76+204+192=472 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.10% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCC0 is #B3333F. Grayscale: #A4A4A4. Windows color (decimal): -11744064 or 12635212. OLE color: 12635212.
HSL color Cylindrical-coordinate representation of color #4CCCC0: hue angle of 174.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCCC0 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 192 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.2 |
| HSL | 174.38º | 0.56% | 0.55% | - |
| HSV(B) | 174.38º | 0.63% | 0.8% | - |
| XYZ | 34.09 | 48.53 | 57.44 | - |
| YUV | 164.36 | 143.59 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 192 | 0.63 | 0 | 0.06 | 0.2 | 174.38 | 0.56 | 0.55 |
| Hex | 4C | CC | C0 | 3F | 0 | 6 | 14 | AE | 38 | 37 |
| Octal | 114 | 314 | 300 | 77 | 0 | 6 | 24 | 256 | 70 | 67 |
| Binary | 1001100 | 11001100 | 11000000 | 111111 | 0 | 110 | 10100 | 10101110 | 111000 | 110111 |
Color Harmonies of #4CCCC0
Complementary color
Monochromatic Colors of #4CCCC0
Black with #4CCCC0
Text Example
Text Example
White with #4CCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCC0; }
p { color: rgb(76,204,192); }
H1.HeaderClassName
{
color: #4CCCC0;
}
.AnyTagClassName
{
color: #4CCCC0;
}
</style>
background-color css
<style>
a { background-color: #4CCCC0; }
a { background-color: rgb(76,204,192); }
div.DivClassName
{
background-color: #4CCCC0;
}
.BgClassName
{
background-color: #4CCCC0;
}
</style>
border-color css
<style>
span { border-color: #4CCCC0; }
span { border-color: rgb(76,204,192); }
td.TdClassName
{
border-color: #4CCCC0;
}
.TagClassName
{
border-color: #4CCCC0;
}
</style>