Shades of Medium Turquoise #4CC5CC
Tints of Medium Turquoise #4CC5CC
RGB
CMYK
RGB Variations
Color information
#4CC5CC (or 0x4CC5CC) is known color: Medium Turquoise. HEX triplet: 4C, C5 and CC. RGB value is (76,197,204). Sum of RGB (Red+Green+Blue) = 76+197+204=477 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.93% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #4CC5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC5CC is #B33A33. Grayscale: #A1A1A1. Windows color (decimal): -11745844 or 13419852. OLE color: 13419852.
HSL color Cylindrical-coordinate representation of color #4CC5CC: hue angle of 183.28º 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 #4CC5CC is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 197 | 204 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.2 |
| HSL | 183.28º | 0.56% | 0.55% | - |
| HSV(B) | 183.28º | 0.63% | 0.8% | - |
| XYZ | 33.85 | 45.83 | 64.19 | - |
| YUV | 161.62 | 151.91 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 197 | 204 | 0.63 | 0.03 | 0 | 0.2 | 183.28 | 0.56 | 0.55 |
| Hex | 4C | C5 | CC | 3F | 3 | 0 | 14 | B7 | 38 | 37 |
| Octal | 114 | 305 | 314 | 77 | 3 | 0 | 24 | 267 | 70 | 67 |
| Binary | 1001100 | 11000101 | 11001100 | 111111 | 11 | 0 | 10100 | 10110111 | 111000 | 110111 |
Color Harmonies of #4CC5CC
Complementary color
Monochromatic Colors of #4CC5CC
Black with #4CC5CC
Text Example
Text Example
White with #4CC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC5CC; }
p { color: rgb(76,197,204); }
H1.HeaderClassName
{
color: #4CC5CC;
}
.AnyTagClassName
{
color: #4CC5CC;
}
</style>
background-color css
<style>
a { background-color: #4CC5CC; }
a { background-color: rgb(76,197,204); }
div.DivClassName
{
background-color: #4CC5CC;
}
.BgClassName
{
background-color: #4CC5CC;
}
</style>
border-color css
<style>
span { border-color: #4CC5CC; }
span { border-color: rgb(76,197,204); }
td.TdClassName
{
border-color: #4CC5CC;
}
.TagClassName
{
border-color: #4CC5CC;
}
</style>