Shades of Medium Turquoise #4CDADC
Tints of Medium Turquoise #4CDADC
RGB
CMYK
RGB Variations
Color information
#4CDADC (or 0x4CDADC) is known color: Medium Turquoise. HEX triplet: 4C, DA and DC. RGB value is (76,218,220). Sum of RGB (Red+Green+Blue) = 76+218+220=514 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.79% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #4CDADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDADC is #B32523. Grayscale: #AFAFAF. Windows color (decimal): -11740452 or 14473804. OLE color: 14473804.
HSL color Cylindrical-coordinate representation of color #4CDADC: hue angle of 180.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDADC is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 218 | 220 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.14 |
| HSL | 180.83º | 0.67% | 0.58% | - |
| HSV(B) | 180.83º | 0.65% | 0.86% | - |
| XYZ | 40.97 | 56.85 | 76.52 | - |
| YUV | 175.77 | 152.96 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 218 | 220 | 0.65 | 0.01 | 0 | 0.14 | 180.83 | 0.67 | 0.58 |
| Hex | 4C | DA | DC | 41 | 1 | 0 | E | B5 | 43 | 3A |
| Octal | 114 | 332 | 334 | 101 | 1 | 0 | 16 | 265 | 103 | 72 |
| Binary | 1001100 | 11011010 | 11011100 | 1000001 | 1 | 0 | 1110 | 10110101 | 1000011 | 111010 |
Color Harmonies of #4CDADC
Complementary color
Monochromatic Colors of #4CDADC
Black with #4CDADC
Text Example
Text Example
White with #4CDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDADC; }
p { color: rgb(76,218,220); }
H1.HeaderClassName
{
color: #4CDADC;
}
.AnyTagClassName
{
color: #4CDADC;
}
</style>
background-color css
<style>
a { background-color: #4CDADC; }
a { background-color: rgb(76,218,220); }
div.DivClassName
{
background-color: #4CDADC;
}
.BgClassName
{
background-color: #4CDADC;
}
</style>
border-color css
<style>
span { border-color: #4CDADC; }
span { border-color: rgb(76,218,220); }
td.TdClassName
{
border-color: #4CDADC;
}
.TagClassName
{
border-color: #4CDADC;
}
</style>