Shades of Medium Turquoise #4DD2E7
Tints of Medium Turquoise #4DD2E7
RGB
CMYK
RGB Variations
Color information
#4DD2E7 (or 0x4DD2E7) is known color: Medium Turquoise. HEX triplet: 4D, D2 and E7. RGB value is (77,210,231). Sum of RGB (Red+Green+Blue) = 77+210+231=518 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.86% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 231 - color contains mainly: blue. Hex color #4DD2E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD2E7 is #B22D18. Grayscale: #ACACAC. Windows color (decimal): -11676953 or 15192653. OLE color: 15192653.
HSL color Cylindrical-coordinate representation of color #4DD2E7: hue angle of 188.18º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DD2E7 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 210 | 231 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.09 |
| HSL | 188.18º | 0.76% | 0.6% | - |
| HSV(B) | 188.18º | 0.67% | 0.91% | - |
| XYZ | 40.53 | 53.44 | 83.78 | - |
| YUV | 172.63 | 160.94 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 210 | 231 | 0.67 | 0.09 | 0 | 0.09 | 188.18 | 0.76 | 0.6 |
| Hex | 4D | D2 | E7 | 43 | 9 | 0 | 9 | BC | 4C | 3C |
| Octal | 115 | 322 | 347 | 103 | 11 | 0 | 11 | 274 | 114 | 74 |
| Binary | 1001101 | 11010010 | 11100111 | 1000011 | 1001 | 0 | 1001 | 10111100 | 1001100 | 111100 |
Color Harmonies of #4DD2E7
Complementary color
Monochromatic Colors of #4DD2E7
Black with #4DD2E7
Text Example
Text Example
White with #4DD2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD2E7; }
p { color: rgb(77,210,231); }
H1.HeaderClassName
{
color: #4DD2E7;
}
.AnyTagClassName
{
color: #4DD2E7;
}
</style>
background-color css
<style>
a { background-color: #4DD2E7; }
a { background-color: rgb(77,210,231); }
div.DivClassName
{
background-color: #4DD2E7;
}
.BgClassName
{
background-color: #4DD2E7;
}
</style>
border-color css
<style>
span { border-color: #4DD2E7; }
span { border-color: rgb(77,210,231); }
td.TdClassName
{
border-color: #4DD2E7;
}
.TagClassName
{
border-color: #4DD2E7;
}
</style>