Shades of Medium Turquoise #4DCACE
Tints of Medium Turquoise #4DCACE
RGB
CMYK
RGB Variations
Color information
#4DCACE (or 0x4DCACE) is known color: Medium Turquoise. HEX triplet: 4D, CA and CE. RGB value is (77,202,206). Sum of RGB (Red+Green+Blue) = 77+202+206=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #4DCACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCACE is #B23531. Grayscale: #A4A4A4. Windows color (decimal): -11679026 or 13552205. OLE color: 13552205.
HSL color Cylindrical-coordinate representation of color #4DCACE: hue angle of 181.86º 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 #4DCACE is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 202 | 206 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.19 |
| HSL | 181.86º | 0.57% | 0.55% | - |
| HSV(B) | 181.86º | 0.63% | 0.81% | - |
| XYZ | 35.32 | 48.28 | 65.85 | - |
| YUV | 165.08 | 151.09 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 206 | 0.63 | 0.02 | 0 | 0.19 | 181.86 | 0.57 | 0.55 |
| Hex | 4D | CA | CE | 3F | 2 | 0 | 13 | B6 | 39 | 37 |
| Octal | 115 | 312 | 316 | 77 | 2 | 0 | 23 | 266 | 71 | 67 |
| Binary | 1001101 | 11001010 | 11001110 | 111111 | 10 | 0 | 10011 | 10110110 | 111001 | 110111 |
Color Harmonies of #4DCACE
Complementary color
Monochromatic Colors of #4DCACE
Black with #4DCACE
Text Example
Text Example
White with #4DCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCACE; }
p { color: rgb(77,202,206); }
H1.HeaderClassName
{
color: #4DCACE;
}
.AnyTagClassName
{
color: #4DCACE;
}
</style>
background-color css
<style>
a { background-color: #4DCACE; }
a { background-color: rgb(77,202,206); }
div.DivClassName
{
background-color: #4DCACE;
}
.BgClassName
{
background-color: #4DCACE;
}
</style>
border-color css
<style>
span { border-color: #4DCACE; }
span { border-color: rgb(77,202,206); }
td.TdClassName
{
border-color: #4DCACE;
}
.TagClassName
{
border-color: #4DCACE;
}
</style>