Shades of Turquoise Blue #5ED2EB
Tints of Turquoise Blue #5ED2EB
RGB
CMYK
RGB Variations
Color information
#5ED2EB (or 0x5ED2EB) is known color: Turquoise Blue. HEX triplet: 5E, D2 and EB. RGB value is (94,210,235). Sum of RGB (Red+Green+Blue) = 94+210+235=539 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.44% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #5ED2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ED2EB is #A12D14. Grayscale: #B1B1B1. Windows color (decimal): -10562837 or 15454814. OLE color: 15454814.
HSL color Cylindrical-coordinate representation of color #5ED2EB: hue angle of 190.64º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ED2EB is Cyan = 0.6, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 210 | 235 | - |
| CMYK | 0.6 | 0.11 | 0 | 0.08 |
| HSL | 190.64º | 0.78% | 0.65% | - |
| HSV(B) | 190.64º | 0.6% | 0.92% | - |
| XYZ | 42.66 | 54.47 | 86.86 | - |
| YUV | 178.17 | 160.07 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 210 | 235 | 0.6 | 0.11 | 0 | 0.08 | 190.64 | 0.78 | 0.65 |
| Hex | 5E | D2 | EB | 3C | B | 0 | 8 | BF | 4E | 41 |
| Octal | 136 | 322 | 353 | 74 | 13 | 0 | 10 | 277 | 116 | 101 |
| Binary | 1011110 | 11010010 | 11101011 | 111100 | 1011 | 0 | 1000 | 10111111 | 1001110 | 1000001 |
Color Harmonies of #5ED2EB
Complementary color
Monochromatic Colors of #5ED2EB
Black with #5ED2EB
Text Example
Text Example
White with #5ED2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED2EB; }
p { color: rgb(94,210,235); }
H1.HeaderClassName
{
color: #5ED2EB;
}
.AnyTagClassName
{
color: #5ED2EB;
}
</style>
background-color css
<style>
a { background-color: #5ED2EB; }
a { background-color: rgb(94,210,235); }
div.DivClassName
{
background-color: #5ED2EB;
}
.BgClassName
{
background-color: #5ED2EB;
}
</style>
border-color css
<style>
span { border-color: #5ED2EB; }
span { border-color: rgb(94,210,235); }
td.TdClassName
{
border-color: #5ED2EB;
}
.TagClassName
{
border-color: #5ED2EB;
}
</style>