Shades of Medium Turquoise #4DDAC3
Tints of Medium Turquoise #4DDAC3
RGB
CMYK
RGB Variations
Color information
#4DDAC3 (or 0x4DDAC3) is known color: Medium Turquoise. HEX triplet: 4D, DA and C3. RGB value is (77,218,195). Sum of RGB (Red+Green+Blue) = 77+218+195=490 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.71% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDAC3 is #B2253C. Grayscale: #ADADAD. Windows color (decimal): -11674941 or 12835405. OLE color: 12835405.
HSL color Cylindrical-coordinate representation of color #4DDAC3: hue angle of 170.21º 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 #4DDAC3 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 195 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.15 |
| HSL | 170.21º | 0.66% | 0.58% | - |
| HSV(B) | 170.21º | 0.65% | 0.85% | - |
| XYZ | 37.98 | 55.66 | 60.37 | - |
| YUV | 173.22 | 140.29 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 195 | 0.65 | 0 | 0.11 | 0.15 | 170.21 | 0.66 | 0.58 |
| Hex | 4D | DA | C3 | 41 | 0 | B | F | AA | 42 | 3A |
| Octal | 115 | 332 | 303 | 101 | 0 | 13 | 17 | 252 | 102 | 72 |
| Binary | 1001101 | 11011010 | 11000011 | 1000001 | 0 | 1011 | 1111 | 10101010 | 1000010 | 111010 |
Color Harmonies of #4DDAC3
Complementary color
Monochromatic Colors of #4DDAC3
Black with #4DDAC3
Text Example
Text Example
White with #4DDAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDAC3; }
p { color: rgb(77,218,195); }
H1.HeaderClassName
{
color: #4DDAC3;
}
.AnyTagClassName
{
color: #4DDAC3;
}
</style>
background-color css
<style>
a { background-color: #4DDAC3; }
a { background-color: rgb(77,218,195); }
div.DivClassName
{
background-color: #4DDAC3;
}
.BgClassName
{
background-color: #4DDAC3;
}
</style>
border-color css
<style>
span { border-color: #4DDAC3; }
span { border-color: rgb(77,218,195); }
td.TdClassName
{
border-color: #4DDAC3;
}
.TagClassName
{
border-color: #4DDAC3;
}
</style>