Shades of Medium Turquoise #4CCACC
Tints of Medium Turquoise #4CCACC
RGB
CMYK
RGB Variations
Color information
#4CCACC (or 0x4CCACC) is known color: Medium Turquoise. HEX triplet: 4C, CA and CC. RGB value is (76,202,204). Sum of RGB (Red+Green+Blue) = 76+202+204=482 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.77% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #4CCACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCACC is #B33533. Grayscale: #A4A4A4. Windows color (decimal): -11744564 or 13421132. OLE color: 13421132.
HSL color Cylindrical-coordinate representation of color #4CCACC: hue angle of 180.94º 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 #4CCACC is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 202 | 204 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.2 |
| HSL | 180.94º | 0.56% | 0.55% | - |
| HSV(B) | 180.94º | 0.63% | 0.8% | - |
| XYZ | 35 | 48.14 | 64.57 | - |
| YUV | 164.55 | 150.26 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 204 | 0.63 | 0.01 | 0 | 0.2 | 180.94 | 0.56 | 0.55 |
| Hex | 4C | CA | CC | 3F | 1 | 0 | 14 | B5 | 38 | 37 |
| Octal | 114 | 312 | 314 | 77 | 1 | 0 | 24 | 265 | 70 | 67 |
| Binary | 1001100 | 11001010 | 11001100 | 111111 | 1 | 0 | 10100 | 10110101 | 111000 | 110111 |
Color Harmonies of #4CCACC
Complementary color
Monochromatic Colors of #4CCACC
Black with #4CCACC
Text Example
Text Example
White with #4CCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCACC; }
p { color: rgb(76,202,204); }
H1.HeaderClassName
{
color: #4CCACC;
}
.AnyTagClassName
{
color: #4CCACC;
}
</style>
background-color css
<style>
a { background-color: #4CCACC; }
a { background-color: rgb(76,202,204); }
div.DivClassName
{
background-color: #4CCACC;
}
.BgClassName
{
background-color: #4CCACC;
}
</style>
border-color css
<style>
span { border-color: #4CCACC; }
span { border-color: rgb(76,202,204); }
td.TdClassName
{
border-color: #4CCACC;
}
.TagClassName
{
border-color: #4CCACC;
}
</style>