Shades of Medium Turquoise #4DDAE3
Tints of Medium Turquoise #4DDAE3
RGB
CMYK
RGB Variations
Color information
#4DDAE3 (or 0x4DDAE3) is known color: Medium Turquoise. HEX triplet: 4D, DA and E3. RGB value is (77,218,227). Sum of RGB (Red+Green+Blue) = 77+218+227=522 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.75% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 227 (89.06% from 255 or 43.49% from 522); Max value from RGB is 227 - color contains mainly: blue. Hex color #4DDAE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDAE3 is #B2251C. Grayscale: #B0B0B0. Windows color (decimal): -11674909 or 14932557. OLE color: 14932557.
HSL color Cylindrical-coordinate representation of color #4DDAE3: hue angle of 183.6º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DDAE3 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 218 | 227 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.11 |
| HSL | 183.6º | 0.73% | 0.6% | - |
| HSV(B) | 183.6º | 0.66% | 0.89% | - |
| XYZ | 42 | 57.27 | 81.51 | - |
| YUV | 176.87 | 156.29 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 227 | 0.66 | 0.04 | 0 | 0.11 | 183.6 | 0.73 | 0.6 |
| Hex | 4D | DA | E3 | 42 | 4 | 0 | B | B8 | 49 | 3C |
| Octal | 115 | 332 | 343 | 102 | 4 | 0 | 13 | 270 | 111 | 74 |
| Binary | 1001101 | 11011010 | 11100011 | 1000010 | 100 | 0 | 1011 | 10111000 | 1001001 | 111100 |
Color Harmonies of #4DDAE3
Complementary color
Monochromatic Colors of #4DDAE3
Black with #4DDAE3
Text Example
Text Example
White with #4DDAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDAE3; }
p { color: rgb(77,218,227); }
H1.HeaderClassName
{
color: #4DDAE3;
}
.AnyTagClassName
{
color: #4DDAE3;
}
</style>
background-color css
<style>
a { background-color: #4DDAE3; }
a { background-color: rgb(77,218,227); }
div.DivClassName
{
background-color: #4DDAE3;
}
.BgClassName
{
background-color: #4DDAE3;
}
</style>
border-color css
<style>
span { border-color: #4DDAE3; }
span { border-color: rgb(77,218,227); }
td.TdClassName
{
border-color: #4DDAE3;
}
.TagClassName
{
border-color: #4DDAE3;
}
</style>