Shades of Turquoise Blue #4DDCEF
Tints of Turquoise Blue #4DDCEF
RGB
CMYK
RGB Variations
Color information
#4DDCEF (or 0x4DDCEF) is known color: Turquoise Blue. HEX triplet: 4D, DC and EF. RGB value is (77,220,239). Sum of RGB (Red+Green+Blue) = 77+220+239=536 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.37% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #4DDCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDCEF is #B22310. Grayscale: #B3B3B3. Windows color (decimal): -11674385 or 15719501. OLE color: 15719501.
HSL color Cylindrical-coordinate representation of color #4DDCEF: hue angle of 187.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DDCEF is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 220 | 239 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.06 |
| HSL | 187.04º | 0.84% | 0.62% | - |
| HSV(B) | 187.04º | 0.68% | 0.94% | - |
| XYZ | 44.23 | 59 | 90.72 | - |
| YUV | 179.41 | 161.62 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 239 | 0.68 | 0.08 | 0 | 0.06 | 187.04 | 0.84 | 0.62 |
| Hex | 4D | DC | EF | 44 | 8 | 0 | 6 | BB | 54 | 3E |
| Octal | 115 | 334 | 357 | 104 | 10 | 0 | 6 | 273 | 124 | 76 |
| Binary | 1001101 | 11011100 | 11101111 | 1000100 | 1000 | 0 | 110 | 10111011 | 1010100 | 111110 |
Color Harmonies of #4DDCEF
Complementary color
Monochromatic Colors of #4DDCEF
Black with #4DDCEF
Text Example
Text Example
White with #4DDCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDCEF; }
p { color: rgb(77,220,239); }
H1.HeaderClassName
{
color: #4DDCEF;
}
.AnyTagClassName
{
color: #4DDCEF;
}
</style>
background-color css
<style>
a { background-color: #4DDCEF; }
a { background-color: rgb(77,220,239); }
div.DivClassName
{
background-color: #4DDCEF;
}
.BgClassName
{
background-color: #4DDCEF;
}
</style>
border-color css
<style>
span { border-color: #4DDCEF; }
span { border-color: rgb(77,220,239); }
td.TdClassName
{
border-color: #4DDCEF;
}
.TagClassName
{
border-color: #4DDCEF;
}
</style>