Shades of Medium Turquoise #4DDBDE
Tints of Medium Turquoise #4DDBDE
RGB
CMYK
RGB Variations
Color information
#4DDBDE (or 0x4DDBDE) is known color: Medium Turquoise. HEX triplet: 4D, DB and DE. RGB value is (77,219,222). Sum of RGB (Red+Green+Blue) = 77+219+222=518 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.86% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #4DDBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDBDE is #B22421. Grayscale: #B0B0B0. Windows color (decimal): -11674658 or 14605133. OLE color: 14605133.
HSL color Cylindrical-coordinate representation of color #4DDBDE: hue angle of 181.24º 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 #4DDBDE is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 219 | 222 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.13 |
| HSL | 181.24º | 0.69% | 0.59% | - |
| HSV(B) | 181.24º | 0.65% | 0.87% | - |
| XYZ | 41.58 | 57.51 | 78.02 | - |
| YUV | 176.88 | 153.46 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 219 | 222 | 0.65 | 0.01 | 0 | 0.13 | 181.24 | 0.69 | 0.59 |
| Hex | 4D | DB | DE | 41 | 1 | 0 | D | B5 | 45 | 3B |
| Octal | 115 | 333 | 336 | 101 | 1 | 0 | 15 | 265 | 105 | 73 |
| Binary | 1001101 | 11011011 | 11011110 | 1000001 | 1 | 0 | 1101 | 10110101 | 1000101 | 111011 |
Color Harmonies of #4DDBDE
Complementary color
Monochromatic Colors of #4DDBDE
Black with #4DDBDE
Text Example
Text Example
White with #4DDBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDBDE; }
p { color: rgb(77,219,222); }
H1.HeaderClassName
{
color: #4DDBDE;
}
.AnyTagClassName
{
color: #4DDBDE;
}
</style>
background-color css
<style>
a { background-color: #4DDBDE; }
a { background-color: rgb(77,219,222); }
div.DivClassName
{
background-color: #4DDBDE;
}
.BgClassName
{
background-color: #4DDBDE;
}
</style>
border-color css
<style>
span { border-color: #4DDBDE; }
span { border-color: rgb(77,219,222); }
td.TdClassName
{
border-color: #4DDBDE;
}
.TagClassName
{
border-color: #4DDBDE;
}
</style>