Shades of Turquoise Blue #4DCCEC
Tints of Turquoise Blue #4DCCEC
RGB
CMYK
RGB Variations
Color information
#4DCCEC (or 0x4DCCEC) is known color: Turquoise Blue. HEX triplet: 4D, CC and EC. RGB value is (77,204,236). Sum of RGB (Red+Green+Blue) = 77+204+236=517 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.89% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #4DCCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCCEC is #B23313. Grayscale: #A9A9A9. Windows color (decimal): -11678484 or 15518797. OLE color: 15518797.
HSL color Cylindrical-coordinate representation of color #4DCCEC: hue angle of 192.08º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DCCEC is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 204 | 236 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.07 |
| HSL | 192.08º | 0.81% | 0.61% | - |
| HSV(B) | 192.08º | 0.67% | 0.93% | - |
| XYZ | 39.79 | 50.82 | 87.07 | - |
| YUV | 169.68 | 165.42 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 236 | 0.67 | 0.14 | 0 | 0.07 | 192.08 | 0.81 | 0.61 |
| Hex | 4D | CC | EC | 43 | E | 0 | 7 | C0 | 51 | 3D |
| Octal | 115 | 314 | 354 | 103 | 16 | 0 | 7 | 300 | 121 | 75 |
| Binary | 1001101 | 11001100 | 11101100 | 1000011 | 1110 | 0 | 111 | 11000000 | 1010001 | 111101 |
Color Harmonies of #4DCCEC
Complementary color
Monochromatic Colors of #4DCCEC
Black with #4DCCEC
Text Example
Text Example
White with #4DCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCEC; }
p { color: rgb(77,204,236); }
H1.HeaderClassName
{
color: #4DCCEC;
}
.AnyTagClassName
{
color: #4DCCEC;
}
</style>
background-color css
<style>
a { background-color: #4DCCEC; }
a { background-color: rgb(77,204,236); }
div.DivClassName
{
background-color: #4DCCEC;
}
.BgClassName
{
background-color: #4DCCEC;
}
</style>
border-color css
<style>
span { border-color: #4DCCEC; }
span { border-color: rgb(77,204,236); }
td.TdClassName
{
border-color: #4DCCEC;
}
.TagClassName
{
border-color: #4DCCEC;
}
</style>