Shades of Medium Turquoise #4DCEDA
Tints of Medium Turquoise #4DCEDA
RGB
CMYK
RGB Variations
Color information
#4DCEDA (or 0x4DCEDA) is known color: Medium Turquoise. HEX triplet: 4D, CE and DA. RGB value is (77,206,218). Sum of RGB (Red+Green+Blue) = 77+206+218=501 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.37% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #4DCEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCEDA is #B23125. Grayscale: #A8A8A8. Windows color (decimal): -11677990 or 14339661. OLE color: 14339661.
HSL color Cylindrical-coordinate representation of color #4DCEDA: hue angle of 185.11º 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 #4DCEDA is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 206 | 218 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.15 |
| HSL | 185.11º | 0.66% | 0.58% | - |
| HSV(B) | 185.11º | 0.65% | 0.85% | - |
| XYZ | 37.79 | 50.78 | 74.14 | - |
| YUV | 168.8 | 155.76 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 218 | 0.65 | 0.06 | 0 | 0.15 | 185.11 | 0.66 | 0.58 |
| Hex | 4D | CE | DA | 41 | 6 | 0 | F | B9 | 42 | 3A |
| Octal | 115 | 316 | 332 | 101 | 6 | 0 | 17 | 271 | 102 | 72 |
| Binary | 1001101 | 11001110 | 11011010 | 1000001 | 110 | 0 | 1111 | 10111001 | 1000010 | 111010 |
Color Harmonies of #4DCEDA
Complementary color
Monochromatic Colors of #4DCEDA
Black with #4DCEDA
Text Example
Text Example
White with #4DCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEDA; }
p { color: rgb(77,206,218); }
H1.HeaderClassName
{
color: #4DCEDA;
}
.AnyTagClassName
{
color: #4DCEDA;
}
</style>
background-color css
<style>
a { background-color: #4DCEDA; }
a { background-color: rgb(77,206,218); }
div.DivClassName
{
background-color: #4DCEDA;
}
.BgClassName
{
background-color: #4DCEDA;
}
</style>
border-color css
<style>
span { border-color: #4DCEDA; }
span { border-color: rgb(77,206,218); }
td.TdClassName
{
border-color: #4DCEDA;
}
.TagClassName
{
border-color: #4DCEDA;
}
</style>