Shades of Turquoise Blue #4DCCEF
Tints of Turquoise Blue #4DCCEF
RGB
CMYK
RGB Variations
Color information
#4DCCEF (or 0x4DCCEF) is known color: Turquoise Blue. HEX triplet: 4D, CC and EF. RGB value is (77,204,239). Sum of RGB (Red+Green+Blue) = 77+204+239=520 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.81% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #4DCCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCCEF is #B23310. Grayscale: #A9A9A9. Windows color (decimal): -11678481 or 15715405. OLE color: 15715405.
HSL color Cylindrical-coordinate representation of color #4DCCEF: hue angle of 192.96º 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 #4DCCEF is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 204 | 239 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.06 |
| HSL | 192.96º | 0.84% | 0.62% | - |
| HSV(B) | 192.96º | 0.68% | 0.94% | - |
| XYZ | 40.23 | 51 | 89.38 | - |
| YUV | 170.02 | 166.92 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 239 | 0.68 | 0.15 | 0 | 0.06 | 192.96 | 0.84 | 0.62 |
| Hex | 4D | CC | EF | 44 | F | 0 | 6 | C1 | 54 | 3E |
| Octal | 115 | 314 | 357 | 104 | 17 | 0 | 6 | 301 | 124 | 76 |
| Binary | 1001101 | 11001100 | 11101111 | 1000100 | 1111 | 0 | 110 | 11000001 | 1010100 | 111110 |
Color Harmonies of #4DCCEF
Complementary color
Monochromatic Colors of #4DCCEF
Black with #4DCCEF
Text Example
Text Example
White with #4DCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCEF; }
p { color: rgb(77,204,239); }
H1.HeaderClassName
{
color: #4DCCEF;
}
.AnyTagClassName
{
color: #4DCCEF;
}
</style>
background-color css
<style>
a { background-color: #4DCCEF; }
a { background-color: rgb(77,204,239); }
div.DivClassName
{
background-color: #4DCCEF;
}
.BgClassName
{
background-color: #4DCCEF;
}
</style>
border-color css
<style>
span { border-color: #4DCCEF; }
span { border-color: rgb(77,204,239); }
td.TdClassName
{
border-color: #4DCCEF;
}
.TagClassName
{
border-color: #4DCCEF;
}
</style>