Shades of Medium Turquoise #4DDBE7
Tints of Medium Turquoise #4DDBE7
RGB
CMYK
RGB Variations
Color information
#4DDBE7 (or 0x4DDBE7) is known color: Medium Turquoise. HEX triplet: 4D, DB and E7. RGB value is (77,219,231). Sum of RGB (Red+Green+Blue) = 77+219+231=527 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.61% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #4DDBE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDBE7 is #B22418. Grayscale: #B1B1B1. Windows color (decimal): -11674649 or 15194957. OLE color: 15194957.
HSL color Cylindrical-coordinate representation of color #4DDBE7: hue angle of 184.68º 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 #4DDBE7 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 219 | 231 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.09 |
| HSL | 184.68º | 0.76% | 0.6% | - |
| HSV(B) | 184.68º | 0.67% | 0.91% | - |
| XYZ | 42.82 | 58.01 | 84.54 | - |
| YUV | 177.91 | 157.96 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 219 | 231 | 0.67 | 0.05 | 0 | 0.09 | 184.68 | 0.76 | 0.6 |
| Hex | 4D | DB | E7 | 43 | 5 | 0 | 9 | B9 | 4C | 3C |
| Octal | 115 | 333 | 347 | 103 | 5 | 0 | 11 | 271 | 114 | 74 |
| Binary | 1001101 | 11011011 | 11100111 | 1000011 | 101 | 0 | 1001 | 10111001 | 1001100 | 111100 |
Color Harmonies of #4DDBE7
Complementary color
Monochromatic Colors of #4DDBE7
Black with #4DDBE7
Text Example
Text Example
White with #4DDBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDBE7; }
p { color: rgb(77,219,231); }
H1.HeaderClassName
{
color: #4DDBE7;
}
.AnyTagClassName
{
color: #4DDBE7;
}
</style>
background-color css
<style>
a { background-color: #4DDBE7; }
a { background-color: rgb(77,219,231); }
div.DivClassName
{
background-color: #4DDBE7;
}
.BgClassName
{
background-color: #4DDBE7;
}
</style>
border-color css
<style>
span { border-color: #4DDBE7; }
span { border-color: rgb(77,219,231); }
td.TdClassName
{
border-color: #4DDBE7;
}
.TagClassName
{
border-color: #4DDBE7;
}
</style>