Shades of Medium Turquoise #4DCADD
Tints of Medium Turquoise #4DCADD
RGB
CMYK
RGB Variations
Color information
#4DCADD (or 0x4DCADD) is known color: Medium Turquoise. HEX triplet: 4D, CA and DD. RGB value is (77,202,221). Sum of RGB (Red+Green+Blue) = 77+202+221=500 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.4% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #4DCADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCADD is #B23522. Grayscale: #A6A6A6. Windows color (decimal): -11679011 or 14535245. OLE color: 14535245.
HSL color Cylindrical-coordinate representation of color #4DCADD: hue angle of 187.92º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DCADD is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 202 | 221 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.13 |
| HSL | 187.92º | 0.68% | 0.58% | - |
| HSV(B) | 187.92º | 0.65% | 0.87% | - |
| XYZ | 37.23 | 49.04 | 75.91 | - |
| YUV | 166.79 | 158.59 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 221 | 0.65 | 0.09 | 0 | 0.13 | 187.92 | 0.68 | 0.58 |
| Hex | 4D | CA | DD | 41 | 9 | 0 | D | BC | 44 | 3A |
| Octal | 115 | 312 | 335 | 101 | 11 | 0 | 15 | 274 | 104 | 72 |
| Binary | 1001101 | 11001010 | 11011101 | 1000001 | 1001 | 0 | 1101 | 10111100 | 1000100 | 111010 |
Color Harmonies of #4DCADD
Complementary color
Monochromatic Colors of #4DCADD
Black with #4DCADD
Text Example
Text Example
White with #4DCADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCADD; }
p { color: rgb(77,202,221); }
H1.HeaderClassName
{
color: #4DCADD;
}
.AnyTagClassName
{
color: #4DCADD;
}
</style>
background-color css
<style>
a { background-color: #4DCADD; }
a { background-color: rgb(77,202,221); }
div.DivClassName
{
background-color: #4DCADD;
}
.BgClassName
{
background-color: #4DCADD;
}
</style>
border-color css
<style>
span { border-color: #4DCADD; }
span { border-color: rgb(77,202,221); }
td.TdClassName
{
border-color: #4DCADD;
}
.TagClassName
{
border-color: #4DCADD;
}
</style>