Shades of Medium Turquoise #4CCCCC
Tints of Medium Turquoise #4CCCCC
RGB
CMYK
RGB Variations
Color information
#4CCCCC (or 0x4CCCCC) is known color: Medium Turquoise. HEX triplet: 4C, CC and CC. RGB value is (76,204,204). Sum of RGB (Red+Green+Blue) = 76+204+204=484 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.70% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #4CCCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCCC is #B33333. Grayscale: #A5A5A5. Windows color (decimal): -11744052 or 13421644. OLE color: 13421644.
HSL color Cylindrical-coordinate representation of color #4CCCCC: hue angle of 180º 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 #4CCCCC is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 204 | - |
| CMYK | 0.63 | 0 | 0 | 0.2 |
| HSL | 180º | 0.56% | 0.55% | - |
| HSV(B) | 180º | 0.63% | 0.8% | - |
| XYZ | 35.47 | 49.08 | 64.73 | - |
| YUV | 165.73 | 149.59 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 204 | 0.63 | 0 | 0 | 0.2 | 180 | 0.56 | 0.55 |
| Hex | 4C | CC | CC | 3F | 0 | 0 | 14 | B4 | 38 | 37 |
| Octal | 114 | 314 | 314 | 77 | 0 | 0 | 24 | 264 | 70 | 67 |
| Binary | 1001100 | 11001100 | 11001100 | 111111 | 0 | 0 | 10100 | 10110100 | 111000 | 110111 |
Color Harmonies of #4CCCCC
Complementary color
Monochromatic Colors of #4CCCCC
Black with #4CCCCC
Text Example
Text Example
White with #4CCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCCC; }
p { color: rgb(76,204,204); }
H1.HeaderClassName
{
color: #4CCCCC;
}
.AnyTagClassName
{
color: #4CCCCC;
}
</style>
background-color css
<style>
a { background-color: #4CCCCC; }
a { background-color: rgb(76,204,204); }
div.DivClassName
{
background-color: #4CCCCC;
}
.BgClassName
{
background-color: #4CCCCC;
}
</style>
border-color css
<style>
span { border-color: #4CCCCC; }
span { border-color: rgb(76,204,204); }
td.TdClassName
{
border-color: #4CCCCC;
}
.TagClassName
{
border-color: #4CCCCC;
}
</style>