Shades of Medium Turquoise #4DCACA
Tints of Medium Turquoise #4DCACA
RGB
CMYK
RGB Variations
Color information
#4DCACA (or 0x4DCACA) is known color: Medium Turquoise. HEX triplet: 4D, CA and CA. RGB value is (77,202,202). Sum of RGB (Red+Green+Blue) = 77+202+202=481 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.01% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #4DCACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCACA is #B23535. Grayscale: #A4A4A4. Windows color (decimal): -11679030 or 13290061. OLE color: 13290061.
HSL color Cylindrical-coordinate representation of color #4DCACA: hue angle of 180º 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 #4DCACA is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 202 | - |
| CMYK | 0.62 | 0 | 0 | 0.21 |
| HSL | 180º | 0.54% | 0.55% | - |
| HSV(B) | 180º | 0.62% | 0.79% | - |
| XYZ | 34.84 | 48.08 | 63.32 | - |
| YUV | 164.63 | 149.09 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 202 | 0.62 | 0 | 0 | 0.21 | 180 | 0.54 | 0.55 |
| Hex | 4D | CA | CA | 3E | 0 | 0 | 15 | B4 | 36 | 37 |
| Octal | 115 | 312 | 312 | 76 | 0 | 0 | 25 | 264 | 66 | 67 |
| Binary | 1001101 | 11001010 | 11001010 | 111110 | 0 | 0 | 10101 | 10110100 | 110110 | 110111 |
Color Harmonies of #4DCACA
Complementary color
Monochromatic Colors of #4DCACA
Black with #4DCACA
Text Example
Text Example
White with #4DCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCACA; }
p { color: rgb(77,202,202); }
H1.HeaderClassName
{
color: #4DCACA;
}
.AnyTagClassName
{
color: #4DCACA;
}
</style>
background-color css
<style>
a { background-color: #4DCACA; }
a { background-color: rgb(77,202,202); }
div.DivClassName
{
background-color: #4DCACA;
}
.BgClassName
{
background-color: #4DCACA;
}
</style>
border-color css
<style>
span { border-color: #4DCACA; }
span { border-color: rgb(77,202,202); }
td.TdClassName
{
border-color: #4DCACA;
}
.TagClassName
{
border-color: #4DCACA;
}
</style>