Shades of Turquoise Blue #5ED6EC
Tints of Turquoise Blue #5ED6EC
RGB
CMYK
RGB Variations
Color information
#5ED6EC (or 0x5ED6EC) is known color: Turquoise Blue. HEX triplet: 5E, D6 and EC. RGB value is (94,214,236). Sum of RGB (Red+Green+Blue) = 94+214+236=544 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.28% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #5ED6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ED6EC is #A12913. Grayscale: #B4B4B4. Windows color (decimal): -10561812 or 15521374. OLE color: 15521374.
HSL color Cylindrical-coordinate representation of color #5ED6EC: hue angle of 189.3º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ED6EC is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 214 | 236 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.07 |
| HSL | 189.3º | 0.79% | 0.65% | - |
| HSV(B) | 189.3º | 0.6% | 0.93% | - |
| XYZ | 43.8 | 56.53 | 87.96 | - |
| YUV | 180.63 | 159.24 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 214 | 236 | 0.60 | 0.09 | 0 | 0.07 | 189.3 | 0.79 | 0.65 |
| Hex | 5E | D6 | EC | 3C | 9 | 0 | 7 | BD | 4F | 41 |
| Octal | 136 | 326 | 354 | 74 | 11 | 0 | 7 | 275 | 117 | 101 |
| Binary | 1011110 | 11010110 | 11101100 | 111100 | 1001 | 0 | 111 | 10111101 | 1001111 | 1000001 |
Color Harmonies of #5ED6EC
Complementary color
Monochromatic Colors of #5ED6EC
Black with #5ED6EC
Text Example
Text Example
White with #5ED6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED6EC; }
p { color: rgb(94,214,236); }
H1.HeaderClassName
{
color: #5ED6EC;
}
.AnyTagClassName
{
color: #5ED6EC;
}
</style>
background-color css
<style>
a { background-color: #5ED6EC; }
a { background-color: rgb(94,214,236); }
div.DivClassName
{
background-color: #5ED6EC;
}
.BgClassName
{
background-color: #5ED6EC;
}
</style>
border-color css
<style>
span { border-color: #5ED6EC; }
span { border-color: rgb(94,214,236); }
td.TdClassName
{
border-color: #5ED6EC;
}
.TagClassName
{
border-color: #5ED6EC;
}
</style>