Shades of Turquoise Blue #4DCEEC
Tints of Turquoise Blue #4DCEEC
RGB
CMYK
RGB Variations
Color information
#4DCEEC (or 0x4DCEEC) is known color: Turquoise Blue. HEX triplet: 4D, CE and EC. RGB value is (77,206,236). Sum of RGB (Red+Green+Blue) = 77+206+236=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #4DCEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCEEC is #B23113. Grayscale: #AAAAAA. Windows color (decimal): -11677972 or 15519309. OLE color: 15519309.
HSL color Cylindrical-coordinate representation of color #4DCEEC: hue angle of 191.32º 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 #4DCEEC is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 206 | 236 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.07 |
| HSL | 191.32º | 0.81% | 0.61% | - |
| HSV(B) | 191.32º | 0.67% | 0.93% | - |
| XYZ | 40.27 | 51.78 | 87.23 | - |
| YUV | 170.85 | 164.76 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 236 | 0.67 | 0.13 | 0 | 0.07 | 191.32 | 0.81 | 0.61 |
| Hex | 4D | CE | EC | 43 | D | 0 | 7 | BF | 51 | 3D |
| Octal | 115 | 316 | 354 | 103 | 15 | 0 | 7 | 277 | 121 | 75 |
| Binary | 1001101 | 11001110 | 11101100 | 1000011 | 1101 | 0 | 111 | 10111111 | 1010001 | 111101 |
Color Harmonies of #4DCEEC
Complementary color
Monochromatic Colors of #4DCEEC
Black with #4DCEEC
Text Example
Text Example
White with #4DCEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEEC; }
p { color: rgb(77,206,236); }
H1.HeaderClassName
{
color: #4DCEEC;
}
.AnyTagClassName
{
color: #4DCEEC;
}
</style>
background-color css
<style>
a { background-color: #4DCEEC; }
a { background-color: rgb(77,206,236); }
div.DivClassName
{
background-color: #4DCEEC;
}
.BgClassName
{
background-color: #4DCEEC;
}
</style>
border-color css
<style>
span { border-color: #4DCEEC; }
span { border-color: rgb(77,206,236); }
td.TdClassName
{
border-color: #4DCEEC;
}
.TagClassName
{
border-color: #4DCEEC;
}
</style>