Shades of Medium Turquoise #4DC8CA
Tints of Medium Turquoise #4DC8CA
RGB
CMYK
RGB Variations
Color information
#4DC8CA (or 0x4DC8CA) is known color: Medium Turquoise. HEX triplet: 4D, C8 and CA. RGB value is (77,200,202). Sum of RGB (Red+Green+Blue) = 77+200+202=479 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.08% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DC8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC8CA is #B23735. Grayscale: #A3A3A3. Windows color (decimal): -11679542 or 13289549. OLE color: 13289549.
HSL color Cylindrical-coordinate representation of color #4DC8CA: hue angle of 180.96º 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 #4DC8CA is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 200 | 202 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.21 |
| HSL | 180.96º | 0.54% | 0.55% | - |
| HSV(B) | 180.96º | 0.62% | 0.79% | - |
| XYZ | 34.38 | 47.15 | 63.17 | - |
| YUV | 163.45 | 149.75 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 202 | 0.62 | 0.01 | 0 | 0.21 | 180.96 | 0.54 | 0.55 |
| Hex | 4D | C8 | CA | 3E | 1 | 0 | 15 | B5 | 36 | 37 |
| Octal | 115 | 310 | 312 | 76 | 1 | 0 | 25 | 265 | 66 | 67 |
| Binary | 1001101 | 11001000 | 11001010 | 111110 | 1 | 0 | 10101 | 10110101 | 110110 | 110111 |
Color Harmonies of #4DC8CA
Complementary color
Monochromatic Colors of #4DC8CA
Black with #4DC8CA
Text Example
Text Example
White with #4DC8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC8CA; }
p { color: rgb(77,200,202); }
H1.HeaderClassName
{
color: #4DC8CA;
}
.AnyTagClassName
{
color: #4DC8CA;
}
</style>
background-color css
<style>
a { background-color: #4DC8CA; }
a { background-color: rgb(77,200,202); }
div.DivClassName
{
background-color: #4DC8CA;
}
.BgClassName
{
background-color: #4DC8CA;
}
</style>
border-color css
<style>
span { border-color: #4DC8CA; }
span { border-color: rgb(77,200,202); }
td.TdClassName
{
border-color: #4DC8CA;
}
.TagClassName
{
border-color: #4DC8CA;
}
</style>