Shades of Turquoise Blue #4DDFEC
Tints of Turquoise Blue #4DDFEC
RGB
CMYK
RGB Variations
Color information
#4DDFEC (or 0x4DDFEC) is known color: Turquoise Blue. HEX triplet: 4D, DF and EC. RGB value is (77,223,236). Sum of RGB (Red+Green+Blue) = 77+223+236=536 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.37% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #4DDFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDFEC is #B22013. Grayscale: #B4B4B4. Windows color (decimal): -11673620 or 15523661. OLE color: 15523661.
HSL color Cylindrical-coordinate representation of color #4DDFEC: hue angle of 184.91º 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 #4DDFEC is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 223 | 236 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.07 |
| HSL | 184.91º | 0.81% | 0.61% | - |
| HSV(B) | 184.91º | 0.67% | 0.93% | - |
| XYZ | 44.59 | 60.41 | 88.67 | - |
| YUV | 180.83 | 159.13 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 236 | 0.67 | 0.06 | 0 | 0.07 | 184.91 | 0.81 | 0.61 |
| Hex | 4D | DF | EC | 43 | 6 | 0 | 7 | B9 | 51 | 3D |
| Octal | 115 | 337 | 354 | 103 | 6 | 0 | 7 | 271 | 121 | 75 |
| Binary | 1001101 | 11011111 | 11101100 | 1000011 | 110 | 0 | 111 | 10111001 | 1010001 | 111101 |
Color Harmonies of #4DDFEC
Complementary color
Monochromatic Colors of #4DDFEC
Black with #4DDFEC
Text Example
Text Example
White with #4DDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDFEC; }
p { color: rgb(77,223,236); }
H1.HeaderClassName
{
color: #4DDFEC;
}
.AnyTagClassName
{
color: #4DDFEC;
}
</style>
background-color css
<style>
a { background-color: #4DDFEC; }
a { background-color: rgb(77,223,236); }
div.DivClassName
{
background-color: #4DDFEC;
}
.BgClassName
{
background-color: #4DDFEC;
}
</style>
border-color css
<style>
span { border-color: #4DDFEC; }
span { border-color: rgb(77,223,236); }
td.TdClassName
{
border-color: #4DDFEC;
}
.TagClassName
{
border-color: #4DDFEC;
}
</style>