Shades of Medium Turquoise #4DCAC3
Tints of Medium Turquoise #4DCAC3
RGB
CMYK
RGB Variations
Color information
#4DCAC3 (or 0x4DCAC3) is known color: Medium Turquoise. HEX triplet: 4D, CA and C3. RGB value is (77,202,195). Sum of RGB (Red+Green+Blue) = 77+202+195=474 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.24% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCAC3 is #B2353C. Grayscale: #A3A3A3. Windows color (decimal): -11679037 or 12831309. OLE color: 12831309.
HSL color Cylindrical-coordinate representation of color #4DCAC3: hue angle of 176.64º 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 #4DCAC3 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 195 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.21 |
| HSL | 176.64º | 0.54% | 0.55% | - |
| HSV(B) | 176.64º | 0.62% | 0.79% | - |
| XYZ | 34.03 | 47.76 | 59.05 | - |
| YUV | 163.83 | 145.59 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 195 | 0.62 | 0 | 0.03 | 0.21 | 176.64 | 0.54 | 0.55 |
| Hex | 4D | CA | C3 | 3E | 0 | 3 | 15 | B1 | 36 | 37 |
| Octal | 115 | 312 | 303 | 76 | 0 | 3 | 25 | 261 | 66 | 67 |
| Binary | 1001101 | 11001010 | 11000011 | 111110 | 0 | 11 | 10101 | 10110001 | 110110 | 110111 |
Color Harmonies of #4DCAC3
Complementary color
Monochromatic Colors of #4DCAC3
Black with #4DCAC3
Text Example
Text Example
White with #4DCAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCAC3; }
p { color: rgb(77,202,195); }
H1.HeaderClassName
{
color: #4DCAC3;
}
.AnyTagClassName
{
color: #4DCAC3;
}
</style>
background-color css
<style>
a { background-color: #4DCAC3; }
a { background-color: rgb(77,202,195); }
div.DivClassName
{
background-color: #4DCAC3;
}
.BgClassName
{
background-color: #4DCAC3;
}
</style>
border-color css
<style>
span { border-color: #4DCAC3; }
span { border-color: rgb(77,202,195); }
td.TdClassName
{
border-color: #4DCAC3;
}
.TagClassName
{
border-color: #4DCAC3;
}
</style>