Shades of Medium Turquoise #4DC6DA
Tints of Medium Turquoise #4DC6DA
RGB
CMYK
RGB Variations
Color information
#4DC6DA (or 0x4DC6DA) is known color: Medium Turquoise. HEX triplet: 4D, C6 and DA. RGB value is (77,198,218). Sum of RGB (Red+Green+Blue) = 77+198+218=493 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.62% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #4DC6DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC6DA is #B23925. Grayscale: #A3A3A3. Windows color (decimal): -11680038 or 14337613. OLE color: 14337613.
HSL color Cylindrical-coordinate representation of color #4DC6DA: hue angle of 188.51º degrees, saturation: 0.66, 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 #4DC6DA is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 198 | 218 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.15 |
| HSL | 188.51º | 0.66% | 0.58% | - |
| HSV(B) | 188.51º | 0.65% | 0.85% | - |
| XYZ | 35.91 | 47.03 | 73.51 | - |
| YUV | 164.1 | 158.41 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 198 | 218 | 0.65 | 0.09 | 0 | 0.15 | 188.51 | 0.66 | 0.58 |
| Hex | 4D | C6 | DA | 41 | 9 | 0 | F | BD | 42 | 3A |
| Octal | 115 | 306 | 332 | 101 | 11 | 0 | 17 | 275 | 102 | 72 |
| Binary | 1001101 | 11000110 | 11011010 | 1000001 | 1001 | 0 | 1111 | 10111101 | 1000010 | 111010 |
Color Harmonies of #4DC6DA
Complementary color
Monochromatic Colors of #4DC6DA
Black with #4DC6DA
Text Example
Text Example
White with #4DC6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC6DA; }
p { color: rgb(77,198,218); }
H1.HeaderClassName
{
color: #4DC6DA;
}
.AnyTagClassName
{
color: #4DC6DA;
}
</style>
background-color css
<style>
a { background-color: #4DC6DA; }
a { background-color: rgb(77,198,218); }
div.DivClassName
{
background-color: #4DC6DA;
}
.BgClassName
{
background-color: #4DC6DA;
}
</style>
border-color css
<style>
span { border-color: #4DC6DA; }
span { border-color: rgb(77,198,218); }
td.TdClassName
{
border-color: #4DC6DA;
}
.TagClassName
{
border-color: #4DC6DA;
}
</style>