Shades of Medium Turquoise #4CD8C8
Tints of Medium Turquoise #4CD8C8
RGB
CMYK
RGB Variations
Color information
#4CD8C8 (or 0x4CD8C8) is known color: Medium Turquoise. HEX triplet: 4C, D8 and C8. RGB value is (76,216,200). Sum of RGB (Red+Green+Blue) = 76+216+200=492 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.45% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #4CD8C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD8C8 is #B32737. Grayscale: #ACACAC. Windows color (decimal): -11740984 or 13162572. OLE color: 13162572.
HSL color Cylindrical-coordinate representation of color #4CD8C8: hue angle of 173.14º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CD8C8 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 216 | 200 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.15 |
| HSL | 173.14º | 0.64% | 0.57% | - |
| HSV(B) | 173.14º | 0.65% | 0.85% | - |
| XYZ | 37.96 | 54.82 | 63.22 | - |
| YUV | 172.32 | 143.62 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 216 | 200 | 0.65 | 0 | 0.07 | 0.15 | 173.14 | 0.64 | 0.57 |
| Hex | 4C | D8 | C8 | 41 | 0 | 7 | F | AD | 40 | 39 |
| Octal | 114 | 330 | 310 | 101 | 0 | 7 | 17 | 255 | 100 | 71 |
| Binary | 1001100 | 11011000 | 11001000 | 1000001 | 0 | 111 | 1111 | 10101101 | 1000000 | 111001 |
Color Harmonies of #4CD8C8
Complementary color
Monochromatic Colors of #4CD8C8
Black with #4CD8C8
Text Example
Text Example
White with #4CD8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD8C8; }
p { color: rgb(76,216,200); }
H1.HeaderClassName
{
color: #4CD8C8;
}
.AnyTagClassName
{
color: #4CD8C8;
}
</style>
background-color css
<style>
a { background-color: #4CD8C8; }
a { background-color: rgb(76,216,200); }
div.DivClassName
{
background-color: #4CD8C8;
}
.BgClassName
{
background-color: #4CD8C8;
}
</style>
border-color css
<style>
span { border-color: #4CD8C8; }
span { border-color: rgb(76,216,200); }
td.TdClassName
{
border-color: #4CD8C8;
}
.TagClassName
{
border-color: #4CD8C8;
}
</style>