Shades of Turquoise Blue #4EDCED
Tints of Turquoise Blue #4EDCED
RGB
CMYK
RGB Variations
Color information
#4EDCED (or 0x4EDCED) is known color: Turquoise Blue. HEX triplet: 4E, DC and ED. RGB value is (78,220,237). Sum of RGB (Red+Green+Blue) = 78+220+237=535 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.58% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #4EDCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDCED is #B12312. Grayscale: #B3B3B3. Windows color (decimal): -11608851 or 15588430. OLE color: 15588430.
HSL color Cylindrical-coordinate representation of color #4EDCED: hue angle of 186.42º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EDCED is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 220 | 237 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.07 |
| HSL | 186.42º | 0.82% | 0.62% | - |
| HSV(B) | 186.42º | 0.67% | 0.93% | - |
| XYZ | 44.02 | 58.92 | 89.17 | - |
| YUV | 179.48 | 160.46 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 220 | 237 | 0.67 | 0.07 | 0 | 0.07 | 186.42 | 0.82 | 0.62 |
| Hex | 4E | DC | ED | 43 | 7 | 0 | 7 | BA | 52 | 3E |
| Octal | 116 | 334 | 355 | 103 | 7 | 0 | 7 | 272 | 122 | 76 |
| Binary | 1001110 | 11011100 | 11101101 | 1000011 | 111 | 0 | 111 | 10111010 | 1010010 | 111110 |
Color Harmonies of #4EDCED
Complementary color
Monochromatic Colors of #4EDCED
Black with #4EDCED
Text Example
Text Example
White with #4EDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDCED; }
p { color: rgb(78,220,237); }
H1.HeaderClassName
{
color: #4EDCED;
}
.AnyTagClassName
{
color: #4EDCED;
}
</style>
background-color css
<style>
a { background-color: #4EDCED; }
a { background-color: rgb(78,220,237); }
div.DivClassName
{
background-color: #4EDCED;
}
.BgClassName
{
background-color: #4EDCED;
}
</style>
border-color css
<style>
span { border-color: #4EDCED; }
span { border-color: rgb(78,220,237); }
td.TdClassName
{
border-color: #4EDCED;
}
.TagClassName
{
border-color: #4EDCED;
}
</style>