Shades of Medium Turquoise #4DD5C7
Tints of Medium Turquoise #4DD5C7
RGB
CMYK
RGB Variations
Color information
#4DD5C7 (or 0x4DD5C7) is known color: Medium Turquoise. HEX triplet: 4D, D5 and C7. RGB value is (77,213,199). Sum of RGB (Red+Green+Blue) = 77+213+199=489 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.75% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD5C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD5C7 is #B22A38. Grayscale: #AAAAAA. Windows color (decimal): -11676217 or 13096269. OLE color: 13096269.
HSL color Cylindrical-coordinate representation of color #4DD5C7: hue angle of 173.82º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD5C7 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 213 | 199 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.16 |
| HSL | 173.82º | 0.62% | 0.57% | - |
| HSV(B) | 173.82º | 0.64% | 0.84% | - |
| XYZ | 37.16 | 53.29 | 62.36 | - |
| YUV | 170.74 | 143.94 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 213 | 199 | 0.64 | 0 | 0.07 | 0.16 | 173.82 | 0.62 | 0.57 |
| Hex | 4D | D5 | C7 | 40 | 0 | 7 | 10 | AE | 3E | 39 |
| Octal | 115 | 325 | 307 | 100 | 0 | 7 | 20 | 256 | 76 | 71 |
| Binary | 1001101 | 11010101 | 11000111 | 1000000 | 0 | 111 | 10000 | 10101110 | 111110 | 111001 |
Color Harmonies of #4DD5C7
Complementary color
Monochromatic Colors of #4DD5C7
Black with #4DD5C7
Text Example
Text Example
White with #4DD5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD5C7; }
p { color: rgb(77,213,199); }
H1.HeaderClassName
{
color: #4DD5C7;
}
.AnyTagClassName
{
color: #4DD5C7;
}
</style>
background-color css
<style>
a { background-color: #4DD5C7; }
a { background-color: rgb(77,213,199); }
div.DivClassName
{
background-color: #4DD5C7;
}
.BgClassName
{
background-color: #4DD5C7;
}
</style>
border-color css
<style>
span { border-color: #4DD5C7; }
span { border-color: rgb(77,213,199); }
td.TdClassName
{
border-color: #4DD5C7;
}
.TagClassName
{
border-color: #4DD5C7;
}
</style>