Shades of Turquoise Blue #4DDCE9
Tints of Turquoise Blue #4DDCE9
RGB
CMYK
RGB Variations
Color information
#4DDCE9 (or 0x4DDCE9) is known color: Turquoise Blue. HEX triplet: 4D, DC and E9. RGB value is (77,220,233). Sum of RGB (Red+Green+Blue) = 77+220+233=530 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.53% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #4DDCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDCE9 is #B22316. Grayscale: #B2B2B2. Windows color (decimal): -11674391 or 15326285. OLE color: 15326285.
HSL color Cylindrical-coordinate representation of color #4DDCE9: hue angle of 185º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DDCE9 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 220 | 233 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.09 |
| HSL | 185º | 0.78% | 0.61% | - |
| HSV(B) | 185º | 0.67% | 0.91% | - |
| XYZ | 43.36 | 58.65 | 86.13 | - |
| YUV | 178.73 | 158.62 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 233 | 0.67 | 0.06 | 0 | 0.09 | 185 | 0.78 | 0.61 |
| Hex | 4D | DC | E9 | 43 | 6 | 0 | 9 | B9 | 4E | 3D |
| Octal | 115 | 334 | 351 | 103 | 6 | 0 | 11 | 271 | 116 | 75 |
| Binary | 1001101 | 11011100 | 11101001 | 1000011 | 110 | 0 | 1001 | 10111001 | 1001110 | 111101 |
Color Harmonies of #4DDCE9
Complementary color
Monochromatic Colors of #4DDCE9
Black with #4DDCE9
Text Example
Text Example
White with #4DDCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDCE9; }
p { color: rgb(77,220,233); }
H1.HeaderClassName
{
color: #4DDCE9;
}
.AnyTagClassName
{
color: #4DDCE9;
}
</style>
background-color css
<style>
a { background-color: #4DDCE9; }
a { background-color: rgb(77,220,233); }
div.DivClassName
{
background-color: #4DDCE9;
}
.BgClassName
{
background-color: #4DDCE9;
}
</style>
border-color css
<style>
span { border-color: #4DDCE9; }
span { border-color: rgb(77,220,233); }
td.TdClassName
{
border-color: #4DDCE9;
}
.TagClassName
{
border-color: #4DDCE9;
}
</style>