Shades of Medium Turquoise #4DC7DE
Tints of Medium Turquoise #4DC7DE
RGB
CMYK
RGB Variations
Color information
#4DC7DE (or 0x4DC7DE) is known color: Medium Turquoise. HEX triplet: 4D, C7 and DE. RGB value is (77,199,222). Sum of RGB (Red+Green+Blue) = 77+199+222=498 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.46% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #4DC7DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC7DE is #B23821. Grayscale: #A4A4A4. Windows color (decimal): -11679778 or 14600013. OLE color: 14600013.
HSL color Cylindrical-coordinate representation of color #4DC7DE: hue angle of 189.52º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DC7DE is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 199 | 222 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.13 |
| HSL | 189.52º | 0.69% | 0.59% | - |
| HSV(B) | 189.52º | 0.65% | 0.87% | - |
| XYZ | 36.67 | 47.7 | 76.38 | - |
| YUV | 165.14 | 160.08 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 199 | 222 | 0.65 | 0.10 | 0 | 0.13 | 189.52 | 0.69 | 0.59 |
| Hex | 4D | C7 | DE | 41 | A | 0 | D | BE | 45 | 3B |
| Octal | 115 | 307 | 336 | 101 | 12 | 0 | 15 | 276 | 105 | 73 |
| Binary | 1001101 | 11000111 | 11011110 | 1000001 | 1010 | 0 | 1101 | 10111110 | 1000101 | 111011 |
Color Harmonies of #4DC7DE
Complementary color
Monochromatic Colors of #4DC7DE
Black with #4DC7DE
Text Example
Text Example
White with #4DC7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC7DE; }
p { color: rgb(77,199,222); }
H1.HeaderClassName
{
color: #4DC7DE;
}
.AnyTagClassName
{
color: #4DC7DE;
}
</style>
background-color css
<style>
a { background-color: #4DC7DE; }
a { background-color: rgb(77,199,222); }
div.DivClassName
{
background-color: #4DC7DE;
}
.BgClassName
{
background-color: #4DC7DE;
}
</style>
border-color css
<style>
span { border-color: #4DC7DE; }
span { border-color: rgb(77,199,222); }
td.TdClassName
{
border-color: #4DC7DE;
}
.TagClassName
{
border-color: #4DC7DE;
}
</style>