Shades of Medium Turquoise #4CCEC5
Tints of Medium Turquoise #4CCEC5
RGB
CMYK
RGB Variations
Color information
#4CCEC5 (or 0x4CCEC5) is known color: Medium Turquoise. HEX triplet: 4C, CE and C5. RGB value is (76,206,197). Sum of RGB (Red+Green+Blue) = 76+206+197=479 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.87% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #4CCEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCEC5 is #B3313A. Grayscale: #A6A6A6. Windows color (decimal): -11743547 or 12963404. OLE color: 12963404.
HSL color Cylindrical-coordinate representation of color #4CCEC5: hue angle of 175.85º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCEC5 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 206 | 197 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.19 |
| HSL | 175.85º | 0.57% | 0.55% | - |
| HSV(B) | 175.85º | 0.63% | 0.81% | - |
| XYZ | 35.13 | 49.71 | 60.57 | - |
| YUV | 166.1 | 145.43 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 206 | 197 | 0.63 | 0 | 0.04 | 0.19 | 175.85 | 0.57 | 0.55 |
| Hex | 4C | CE | C5 | 3F | 0 | 4 | 13 | B0 | 39 | 37 |
| Octal | 114 | 316 | 305 | 77 | 0 | 4 | 23 | 260 | 71 | 67 |
| Binary | 1001100 | 11001110 | 11000101 | 111111 | 0 | 100 | 10011 | 10110000 | 111001 | 110111 |
Color Harmonies of #4CCEC5
Complementary color
Monochromatic Colors of #4CCEC5
Black with #4CCEC5
Text Example
Text Example
White with #4CCEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCEC5; }
p { color: rgb(76,206,197); }
H1.HeaderClassName
{
color: #4CCEC5;
}
.AnyTagClassName
{
color: #4CCEC5;
}
</style>
background-color css
<style>
a { background-color: #4CCEC5; }
a { background-color: rgb(76,206,197); }
div.DivClassName
{
background-color: #4CCEC5;
}
.BgClassName
{
background-color: #4CCEC5;
}
</style>
border-color css
<style>
span { border-color: #4CCEC5; }
span { border-color: rgb(76,206,197); }
td.TdClassName
{
border-color: #4CCEC5;
}
.TagClassName
{
border-color: #4CCEC5;
}
</style>