Shades of Turquoise Blue #5ED1EC
Tints of Turquoise Blue #5ED1EC
RGB
CMYK
RGB Variations
Color information
#5ED1EC (or 0x5ED1EC) is known color: Turquoise Blue. HEX triplet: 5E, D1 and EC. RGB value is (94,209,236). Sum of RGB (Red+Green+Blue) = 94+209+236=539 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.44% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #5ED1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ED1EC is #A12E13. Grayscale: #B1B1B1. Windows color (decimal): -10563092 or 15520094. OLE color: 15520094.
HSL color Cylindrical-coordinate representation of color #5ED1EC: hue angle of 191.41º 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 #5ED1EC is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 209 | 236 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.07 |
| HSL | 191.41º | 0.79% | 0.65% | - |
| HSV(B) | 191.41º | 0.6% | 0.93% | - |
| XYZ | 42.56 | 54.04 | 87.54 | - |
| YUV | 177.69 | 160.9 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 209 | 236 | 0.60 | 0.11 | 0 | 0.07 | 191.41 | 0.79 | 0.65 |
| Hex | 5E | D1 | EC | 3C | B | 0 | 7 | BF | 4F | 41 |
| Octal | 136 | 321 | 354 | 74 | 13 | 0 | 7 | 277 | 117 | 101 |
| Binary | 1011110 | 11010001 | 11101100 | 111100 | 1011 | 0 | 111 | 10111111 | 1001111 | 1000001 |
Color Harmonies of #5ED1EC
Complementary color
Monochromatic Colors of #5ED1EC
Black with #5ED1EC
Text Example
Text Example
White with #5ED1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED1EC; }
p { color: rgb(94,209,236); }
H1.HeaderClassName
{
color: #5ED1EC;
}
.AnyTagClassName
{
color: #5ED1EC;
}
</style>
background-color css
<style>
a { background-color: #5ED1EC; }
a { background-color: rgb(94,209,236); }
div.DivClassName
{
background-color: #5ED1EC;
}
.BgClassName
{
background-color: #5ED1EC;
}
</style>
border-color css
<style>
span { border-color: #5ED1EC; }
span { border-color: rgb(94,209,236); }
td.TdClassName
{
border-color: #5ED1EC;
}
.TagClassName
{
border-color: #5ED1EC;
}
</style>