Shades of Turquoise Blue #4ECDED
Tints of Turquoise Blue #4ECDED
RGB
CMYK
RGB Variations
Color information
#4ECDED (or 0x4ECDED) is known color: Turquoise Blue. HEX triplet: 4E, CD and ED. RGB value is (78,205,237). Sum of RGB (Red+Green+Blue) = 78+205+237=520 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #4ECDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECDED is #B13212. Grayscale: #AAAAAA. Windows color (decimal): -11612691 or 15584590. OLE color: 15584590.
HSL color Cylindrical-coordinate representation of color #4ECDED: hue angle of 192.08º 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 #4ECDED is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 205 | 237 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.07 |
| HSL | 192.08º | 0.82% | 0.62% | - |
| HSV(B) | 192.08º | 0.67% | 0.93% | - |
| XYZ | 40.26 | 51.4 | 87.92 | - |
| YUV | 170.68 | 165.42 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 237 | 0.67 | 0.14 | 0 | 0.07 | 192.08 | 0.82 | 0.62 |
| Hex | 4E | CD | ED | 43 | E | 0 | 7 | C0 | 52 | 3E |
| Octal | 116 | 315 | 355 | 103 | 16 | 0 | 7 | 300 | 122 | 76 |
| Binary | 1001110 | 11001101 | 11101101 | 1000011 | 1110 | 0 | 111 | 11000000 | 1010010 | 111110 |
Color Harmonies of #4ECDED
Complementary color
Monochromatic Colors of #4ECDED
Black with #4ECDED
Text Example
Text Example
White with #4ECDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECDED; }
p { color: rgb(78,205,237); }
H1.HeaderClassName
{
color: #4ECDED;
}
.AnyTagClassName
{
color: #4ECDED;
}
</style>
background-color css
<style>
a { background-color: #4ECDED; }
a { background-color: rgb(78,205,237); }
div.DivClassName
{
background-color: #4ECDED;
}
.BgClassName
{
background-color: #4ECDED;
}
</style>
border-color css
<style>
span { border-color: #4ECDED; }
span { border-color: rgb(78,205,237); }
td.TdClassName
{
border-color: #4ECDED;
}
.TagClassName
{
border-color: #4ECDED;
}
</style>