Shades of Medium Turquoise #4DD6C7
Tints of Medium Turquoise #4DD6C7
RGB
CMYK
RGB Variations
Color information
#4DD6C7 (or 0x4DD6C7) is known color: Medium Turquoise. HEX triplet: 4D, D6 and C7. RGB value is (77,214,199). Sum of RGB (Red+Green+Blue) = 77+214+199=490 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.71% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #4DD6C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD6C7 is #B22938. Grayscale: #ABABAB. Windows color (decimal): -11675961 or 13096525. OLE color: 13096525.
HSL color Cylindrical-coordinate representation of color #4DD6C7: hue angle of 173.43º degrees, saturation: 0.63, 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 #4DD6C7 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 214 | 199 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.16 |
| HSL | 173.43º | 0.63% | 0.57% | - |
| HSV(B) | 173.43º | 0.64% | 0.84% | - |
| XYZ | 37.42 | 53.79 | 62.44 | - |
| YUV | 171.33 | 143.61 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 214 | 199 | 0.64 | 0 | 0.07 | 0.16 | 173.43 | 0.63 | 0.57 |
| Hex | 4D | D6 | C7 | 40 | 0 | 7 | 10 | AD | 3F | 39 |
| Octal | 115 | 326 | 307 | 100 | 0 | 7 | 20 | 255 | 77 | 71 |
| Binary | 1001101 | 11010110 | 11000111 | 1000000 | 0 | 111 | 10000 | 10101101 | 111111 | 111001 |
Color Harmonies of #4DD6C7
Complementary color
Monochromatic Colors of #4DD6C7
Black with #4DD6C7
Text Example
Text Example
White with #4DD6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD6C7; }
p { color: rgb(77,214,199); }
H1.HeaderClassName
{
color: #4DD6C7;
}
.AnyTagClassName
{
color: #4DD6C7;
}
</style>
background-color css
<style>
a { background-color: #4DD6C7; }
a { background-color: rgb(77,214,199); }
div.DivClassName
{
background-color: #4DD6C7;
}
.BgClassName
{
background-color: #4DD6C7;
}
</style>
border-color css
<style>
span { border-color: #4DD6C7; }
span { border-color: rgb(77,214,199); }
td.TdClassName
{
border-color: #4DD6C7;
}
.TagClassName
{
border-color: #4DD6C7;
}
</style>