Shades of Turquoise Blue #5ECCDC
Tints of Turquoise Blue #5ECCDC
RGB
CMYK
RGB Variations
Color information
#5ECCDC (or 0x5ECCDC) is known color: Turquoise Blue. HEX triplet: 5E, CC and DC. RGB value is (94,204,220). Sum of RGB (Red+Green+Blue) = 94+204+220=518 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.15% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #5ECCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECCDC is #A13323. Grayscale: #ACACAC. Windows color (decimal): -10564388 or 14470238. OLE color: 14470238.
HSL color Cylindrical-coordinate representation of color #5ECCDC: hue angle of 187.62º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ECCDC is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 204 | 220 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.14 |
| HSL | 187.62º | 0.64% | 0.62% | - |
| HSV(B) | 187.62º | 0.57% | 0.86% | - |
| XYZ | 39.13 | 50.73 | 75.44 | - |
| YUV | 172.93 | 154.56 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 220 | 0.57 | 0.07 | 0 | 0.14 | 187.62 | 0.64 | 0.62 |
| Hex | 5E | CC | DC | 39 | 7 | 0 | E | BC | 40 | 3E |
| Octal | 136 | 314 | 334 | 71 | 7 | 0 | 16 | 274 | 100 | 76 |
| Binary | 1011110 | 11001100 | 11011100 | 111001 | 111 | 0 | 1110 | 10111100 | 1000000 | 111110 |
Color Harmonies of #5ECCDC
Complementary color
Monochromatic Colors of #5ECCDC
Black with #5ECCDC
Text Example
Text Example
White with #5ECCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECCDC; }
p { color: rgb(94,204,220); }
H1.HeaderClassName
{
color: #5ECCDC;
}
.AnyTagClassName
{
color: #5ECCDC;
}
</style>
background-color css
<style>
a { background-color: #5ECCDC; }
a { background-color: rgb(94,204,220); }
div.DivClassName
{
background-color: #5ECCDC;
}
.BgClassName
{
background-color: #5ECCDC;
}
</style>
border-color css
<style>
span { border-color: #5ECCDC; }
span { border-color: rgb(94,204,220); }
td.TdClassName
{
border-color: #5ECCDC;
}
.TagClassName
{
border-color: #5ECCDC;
}
</style>