Shades of Medium Turquoise #4DCAC7
Tints of Medium Turquoise #4DCAC7
RGB
CMYK
RGB Variations
Color information
#4DCAC7 (or 0x4DCAC7) is known color: Medium Turquoise. HEX triplet: 4D, CA and C7. RGB value is (77,202,199). Sum of RGB (Red+Green+Blue) = 77+202+199=478 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.11% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCAC7 is #B23538. Grayscale: #A4A4A4. Windows color (decimal): -11679033 or 13093453. OLE color: 13093453.
HSL color Cylindrical-coordinate representation of color #4DCAC7: hue angle of 178.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCAC7 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 199 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.21 |
| HSL | 178.56º | 0.54% | 0.55% | - |
| HSV(B) | 178.56º | 0.62% | 0.79% | - |
| XYZ | 34.49 | 47.94 | 61.47 | - |
| YUV | 164.28 | 147.59 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 199 | 0.62 | 0 | 0.01 | 0.21 | 178.56 | 0.54 | 0.55 |
| Hex | 4D | CA | C7 | 3E | 0 | 1 | 15 | B3 | 36 | 37 |
| Octal | 115 | 312 | 307 | 76 | 0 | 1 | 25 | 263 | 66 | 67 |
| Binary | 1001101 | 11001010 | 11000111 | 111110 | 0 | 1 | 10101 | 10110011 | 110110 | 110111 |
Color Harmonies of #4DCAC7
Complementary color
Monochromatic Colors of #4DCAC7
Black with #4DCAC7
Text Example
Text Example
White with #4DCAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCAC7; }
p { color: rgb(77,202,199); }
H1.HeaderClassName
{
color: #4DCAC7;
}
.AnyTagClassName
{
color: #4DCAC7;
}
</style>
background-color css
<style>
a { background-color: #4DCAC7; }
a { background-color: rgb(77,202,199); }
div.DivClassName
{
background-color: #4DCAC7;
}
.BgClassName
{
background-color: #4DCAC7;
}
</style>
border-color css
<style>
span { border-color: #4DCAC7; }
span { border-color: rgb(77,202,199); }
td.TdClassName
{
border-color: #4DCAC7;
}
.TagClassName
{
border-color: #4DCAC7;
}
</style>