Shades of Medium Turquoise #4CDACC
Tints of Medium Turquoise #4CDACC
RGB
CMYK
RGB Variations
Color information
#4CDACC (or 0x4CDACC) is known color: Medium Turquoise. HEX triplet: 4C, DA and CC. RGB value is (76,218,204). Sum of RGB (Red+Green+Blue) = 76+218+204=498 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.26% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDACC is #B32533. Grayscale: #ADADAD. Windows color (decimal): -11740468 or 13425228. OLE color: 13425228.
HSL color Cylindrical-coordinate representation of color #4CDACC: hue angle of 174.08º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDACC is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 218 | 204 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.15 |
| HSL | 174.08º | 0.66% | 0.58% | - |
| HSV(B) | 174.08º | 0.65% | 0.85% | - |
| XYZ | 38.95 | 56.04 | 65.89 | - |
| YUV | 173.95 | 144.96 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 218 | 204 | 0.65 | 0 | 0.06 | 0.15 | 174.08 | 0.66 | 0.58 |
| Hex | 4C | DA | CC | 41 | 0 | 6 | F | AE | 42 | 3A |
| Octal | 114 | 332 | 314 | 101 | 0 | 6 | 17 | 256 | 102 | 72 |
| Binary | 1001100 | 11011010 | 11001100 | 1000001 | 0 | 110 | 1111 | 10101110 | 1000010 | 111010 |
Color Harmonies of #4CDACC
Complementary color
Monochromatic Colors of #4CDACC
Black with #4CDACC
Text Example
Text Example
White with #4CDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDACC; }
p { color: rgb(76,218,204); }
H1.HeaderClassName
{
color: #4CDACC;
}
.AnyTagClassName
{
color: #4CDACC;
}
</style>
background-color css
<style>
a { background-color: #4CDACC; }
a { background-color: rgb(76,218,204); }
div.DivClassName
{
background-color: #4CDACC;
}
.BgClassName
{
background-color: #4CDACC;
}
</style>
border-color css
<style>
span { border-color: #4CDACC; }
span { border-color: rgb(76,218,204); }
td.TdClassName
{
border-color: #4CDACC;
}
.TagClassName
{
border-color: #4CDACC;
}
</style>