Shades of Turquoise Blue #4DD9ED
Tints of Turquoise Blue #4DD9ED
RGB
CMYK
RGB Variations
Color information
#4DD9ED (or 0x4DD9ED) is known color: Turquoise Blue. HEX triplet: 4D, D9 and ED. RGB value is (77,217,237). Sum of RGB (Red+Green+Blue) = 77+217+237=531 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.50% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #4DD9ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD9ED is #B22612. Grayscale: #B1B1B1. Windows color (decimal): -11675155 or 15587661. OLE color: 15587661.
HSL color Cylindrical-coordinate representation of color #4DD9ED: hue angle of 187.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DD9ED is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 217 | 237 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.07 |
| HSL | 187.5º | 0.82% | 0.62% | - |
| HSV(B) | 187.5º | 0.68% | 0.93% | - |
| XYZ | 43.16 | 57.32 | 88.91 | - |
| YUV | 177.42 | 161.62 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 217 | 237 | 0.68 | 0.08 | 0 | 0.07 | 187.5 | 0.82 | 0.62 |
| Hex | 4D | D9 | ED | 44 | 8 | 0 | 7 | BC | 52 | 3E |
| Octal | 115 | 331 | 355 | 104 | 10 | 0 | 7 | 274 | 122 | 76 |
| Binary | 1001101 | 11011001 | 11101101 | 1000100 | 1000 | 0 | 111 | 10111100 | 1010010 | 111110 |
Color Harmonies of #4DD9ED
Complementary color
Monochromatic Colors of #4DD9ED
Black with #4DD9ED
Text Example
Text Example
White with #4DD9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD9ED; }
p { color: rgb(77,217,237); }
H1.HeaderClassName
{
color: #4DD9ED;
}
.AnyTagClassName
{
color: #4DD9ED;
}
</style>
background-color css
<style>
a { background-color: #4DD9ED; }
a { background-color: rgb(77,217,237); }
div.DivClassName
{
background-color: #4DD9ED;
}
.BgClassName
{
background-color: #4DD9ED;
}
</style>
border-color css
<style>
span { border-color: #4DD9ED; }
span { border-color: rgb(77,217,237); }
td.TdClassName
{
border-color: #4DD9ED;
}
.TagClassName
{
border-color: #4DD9ED;
}
</style>