Shades of Medium Turquoise #4DD9CC
Tints of Medium Turquoise #4DD9CC
RGB
CMYK
RGB Variations
Color information
#4DD9CC (or 0x4DD9CC) is known color: Medium Turquoise. HEX triplet: 4D, D9 and CC. RGB value is (77,217,204). Sum of RGB (Red+Green+Blue) = 77+217+204=498 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.46% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD9CC is #B22633. Grayscale: #ADADAD. Windows color (decimal): -11675188 or 13424973. OLE color: 13424973.
HSL color Cylindrical-coordinate representation of color #4DD9CC: hue angle of 174.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DD9CC is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 217 | 204 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.15 |
| HSL | 174.43º | 0.65% | 0.58% | - |
| HSV(B) | 174.43º | 0.65% | 0.85% | - |
| XYZ | 38.77 | 55.56 | 65.81 | - |
| YUV | 173.66 | 145.12 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 217 | 204 | 0.65 | 0 | 0.06 | 0.15 | 174.43 | 0.65 | 0.58 |
| Hex | 4D | D9 | CC | 41 | 0 | 6 | F | AE | 41 | 3A |
| Octal | 115 | 331 | 314 | 101 | 0 | 6 | 17 | 256 | 101 | 72 |
| Binary | 1001101 | 11011001 | 11001100 | 1000001 | 0 | 110 | 1111 | 10101110 | 1000001 | 111010 |
Color Harmonies of #4DD9CC
Complementary color
Monochromatic Colors of #4DD9CC
Black with #4DD9CC
Text Example
Text Example
White with #4DD9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD9CC; }
p { color: rgb(77,217,204); }
H1.HeaderClassName
{
color: #4DD9CC;
}
.AnyTagClassName
{
color: #4DD9CC;
}
</style>
background-color css
<style>
a { background-color: #4DD9CC; }
a { background-color: rgb(77,217,204); }
div.DivClassName
{
background-color: #4DD9CC;
}
.BgClassName
{
background-color: #4DD9CC;
}
</style>
border-color css
<style>
span { border-color: #4DD9CC; }
span { border-color: rgb(77,217,204); }
td.TdClassName
{
border-color: #4DD9CC;
}
.TagClassName
{
border-color: #4DD9CC;
}
</style>