Shades of Medium Turquoise #4DCAC5
Tints of Medium Turquoise #4DCAC5
RGB
CMYK
RGB Variations
Color information
#4DCAC5 (or 0x4DCAC5) is known color: Medium Turquoise. HEX triplet: 4D, CA and C5. RGB value is (77,202,197). Sum of RGB (Red+Green+Blue) = 77+202+197=476 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.18% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCAC5 is #B2353A. Grayscale: #A3A3A3. Windows color (decimal): -11679035 or 12962381. OLE color: 12962381.
HSL color Cylindrical-coordinate representation of color #4DCAC5: hue angle of 177.6º 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 #4DCAC5 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 197 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.21 |
| HSL | 177.6º | 0.54% | 0.55% | - |
| HSV(B) | 177.6º | 0.62% | 0.79% | - |
| XYZ | 34.26 | 47.85 | 60.25 | - |
| YUV | 164.06 | 146.59 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 197 | 0.62 | 0 | 0.02 | 0.21 | 177.6 | 0.54 | 0.55 |
| Hex | 4D | CA | C5 | 3E | 0 | 2 | 15 | B2 | 36 | 37 |
| Octal | 115 | 312 | 305 | 76 | 0 | 2 | 25 | 262 | 66 | 67 |
| Binary | 1001101 | 11001010 | 11000101 | 111110 | 0 | 10 | 10101 | 10110010 | 110110 | 110111 |
Color Harmonies of #4DCAC5
Complementary color
Monochromatic Colors of #4DCAC5
Black with #4DCAC5
Text Example
Text Example
White with #4DCAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCAC5; }
p { color: rgb(77,202,197); }
H1.HeaderClassName
{
color: #4DCAC5;
}
.AnyTagClassName
{
color: #4DCAC5;
}
</style>
background-color css
<style>
a { background-color: #4DCAC5; }
a { background-color: rgb(77,202,197); }
div.DivClassName
{
background-color: #4DCAC5;
}
.BgClassName
{
background-color: #4DCAC5;
}
</style>
border-color css
<style>
span { border-color: #4DCAC5; }
span { border-color: rgb(77,202,197); }
td.TdClassName
{
border-color: #4DCAC5;
}
.TagClassName
{
border-color: #4DCAC5;
}
</style>