Shades of Medium Turquoise #4DD0DA
Tints of Medium Turquoise #4DD0DA
RGB
CMYK
RGB Variations
Color information
#4DD0DA (or 0x4DD0DA) is known color: Medium Turquoise. HEX triplet: 4D, D0 and DA. RGB value is (77,208,218). Sum of RGB (Red+Green+Blue) = 77+208+218=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #4DD0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD0DA is #B22F25. Grayscale: #A9A9A9. Windows color (decimal): -11677478 or 14340173. OLE color: 14340173.
HSL color Cylindrical-coordinate representation of color #4DD0DA: hue angle of 184.26º 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 #4DD0DA is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 208 | 218 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.15 |
| HSL | 184.26º | 0.66% | 0.58% | - |
| HSV(B) | 184.26º | 0.65% | 0.85% | - |
| XYZ | 38.27 | 51.75 | 74.3 | - |
| YUV | 169.97 | 155.1 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 208 | 218 | 0.65 | 0.05 | 0 | 0.15 | 184.26 | 0.66 | 0.58 |
| Hex | 4D | D0 | DA | 41 | 5 | 0 | F | B8 | 42 | 3A |
| Octal | 115 | 320 | 332 | 101 | 5 | 0 | 17 | 270 | 102 | 72 |
| Binary | 1001101 | 11010000 | 11011010 | 1000001 | 101 | 0 | 1111 | 10111000 | 1000010 | 111010 |
Color Harmonies of #4DD0DA
Complementary color
Monochromatic Colors of #4DD0DA
Black with #4DD0DA
Text Example
Text Example
White with #4DD0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD0DA; }
p { color: rgb(77,208,218); }
H1.HeaderClassName
{
color: #4DD0DA;
}
.AnyTagClassName
{
color: #4DD0DA;
}
</style>
background-color css
<style>
a { background-color: #4DD0DA; }
a { background-color: rgb(77,208,218); }
div.DivClassName
{
background-color: #4DD0DA;
}
.BgClassName
{
background-color: #4DD0DA;
}
</style>
border-color css
<style>
span { border-color: #4DD0DA; }
span { border-color: rgb(77,208,218); }
td.TdClassName
{
border-color: #4DD0DA;
}
.TagClassName
{
border-color: #4DD0DA;
}
</style>