Shades of Medium Turquoise #4CD0CC
Tints of Medium Turquoise #4CD0CC
RGB
CMYK
RGB Variations
Color information
#4CD0CC (or 0x4CD0CC) is known color: Medium Turquoise. HEX triplet: 4C, D0 and CC. RGB value is (76,208,204). Sum of RGB (Red+Green+Blue) = 76+208+204=488 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.57% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #4CD0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD0CC is #B32F33. Grayscale: #A7A7A7. Windows color (decimal): -11743028 or 13422668. OLE color: 13422668.
HSL color Cylindrical-coordinate representation of color #4CD0CC: hue angle of 178.18º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CD0CC is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 208 | 204 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.18 |
| HSL | 178.18º | 0.58% | 0.56% | - |
| HSV(B) | 178.18º | 0.63% | 0.82% | - |
| XYZ | 36.44 | 51.01 | 65.05 | - |
| YUV | 168.08 | 148.27 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 208 | 204 | 0.63 | 0 | 0.02 | 0.18 | 178.18 | 0.58 | 0.56 |
| Hex | 4C | D0 | CC | 3F | 0 | 2 | 12 | B2 | 3A | 38 |
| Octal | 114 | 320 | 314 | 77 | 0 | 2 | 22 | 262 | 72 | 70 |
| Binary | 1001100 | 11010000 | 11001100 | 111111 | 0 | 10 | 10010 | 10110010 | 111010 | 111000 |
Color Harmonies of #4CD0CC
Complementary color
Monochromatic Colors of #4CD0CC
Black with #4CD0CC
Text Example
Text Example
White with #4CD0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD0CC; }
p { color: rgb(76,208,204); }
H1.HeaderClassName
{
color: #4CD0CC;
}
.AnyTagClassName
{
color: #4CD0CC;
}
</style>
background-color css
<style>
a { background-color: #4CD0CC; }
a { background-color: rgb(76,208,204); }
div.DivClassName
{
background-color: #4CD0CC;
}
.BgClassName
{
background-color: #4CD0CC;
}
</style>
border-color css
<style>
span { border-color: #4CD0CC; }
span { border-color: rgb(76,208,204); }
td.TdClassName
{
border-color: #4CD0CC;
}
.TagClassName
{
border-color: #4CD0CC;
}
</style>