Shades of Medium Turquoise #4CCEDC
Tints of Medium Turquoise #4CCEDC
RGB
CMYK
RGB Variations
Color information
#4CCEDC (or 0x4CCEDC) is known color: Medium Turquoise. HEX triplet: 4C, CE and DC. RGB value is (76,206,220). Sum of RGB (Red+Green+Blue) = 76+206+220=502 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.14% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #4CCEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCEDC is #B33123. Grayscale: #A8A8A8. Windows color (decimal): -11743524 or 14470732. OLE color: 14470732.
HSL color Cylindrical-coordinate representation of color #4CCEDC: hue angle of 185.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 #4CCEDC is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 206 | 220 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.14 |
| HSL | 185.83º | 0.67% | 0.58% | - |
| HSV(B) | 185.83º | 0.65% | 0.86% | - |
| XYZ | 37.97 | 50.85 | 75.52 | - |
| YUV | 168.73 | 156.93 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 206 | 220 | 0.65 | 0.06 | 0 | 0.14 | 185.83 | 0.67 | 0.58 |
| Hex | 4C | CE | DC | 41 | 6 | 0 | E | BA | 43 | 3A |
| Octal | 114 | 316 | 334 | 101 | 6 | 0 | 16 | 272 | 103 | 72 |
| Binary | 1001100 | 11001110 | 11011100 | 1000001 | 110 | 0 | 1110 | 10111010 | 1000011 | 111010 |
Color Harmonies of #4CCEDC
Complementary color
Monochromatic Colors of #4CCEDC
Black with #4CCEDC
Text Example
Text Example
White with #4CCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCEDC; }
p { color: rgb(76,206,220); }
H1.HeaderClassName
{
color: #4CCEDC;
}
.AnyTagClassName
{
color: #4CCEDC;
}
</style>
background-color css
<style>
a { background-color: #4CCEDC; }
a { background-color: rgb(76,206,220); }
div.DivClassName
{
background-color: #4CCEDC;
}
.BgClassName
{
background-color: #4CCEDC;
}
</style>
border-color css
<style>
span { border-color: #4CCEDC; }
span { border-color: rgb(76,206,220); }
td.TdClassName
{
border-color: #4CCEDC;
}
.TagClassName
{
border-color: #4CCEDC;
}
</style>