Shades of Turquoise Blue #5EE2EC
Tints of Turquoise Blue #5EE2EC
RGB
CMYK
RGB Variations
Color information
#5EE2EC (or 0x5EE2EC) is known color: Turquoise Blue. HEX triplet: 5E, E2 and EC. RGB value is (94,226,236). Sum of RGB (Red+Green+Blue) = 94+226+236=556 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.91% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #5EE2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EE2EC is #A11D13. Grayscale: #BBBBBB. Windows color (decimal): -10558740 or 15524446. OLE color: 15524446.
HSL color Cylindrical-coordinate representation of color #5EE2EC: hue angle of 184.23º 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 #5EE2EC is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 226 | 236 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.07 |
| HSL | 184.23º | 0.79% | 0.65% | - |
| HSV(B) | 184.23º | 0.6% | 0.93% | - |
| XYZ | 46.95 | 62.83 | 89.01 | - |
| YUV | 187.67 | 155.27 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 226 | 236 | 0.60 | 0.04 | 0 | 0.07 | 184.23 | 0.79 | 0.65 |
| Hex | 5E | E2 | EC | 3C | 4 | 0 | 7 | B8 | 4F | 41 |
| Octal | 136 | 342 | 354 | 74 | 4 | 0 | 7 | 270 | 117 | 101 |
| Binary | 1011110 | 11100010 | 11101100 | 111100 | 100 | 0 | 111 | 10111000 | 1001111 | 1000001 |
Color Harmonies of #5EE2EC
Complementary color
Monochromatic Colors of #5EE2EC
Black with #5EE2EC
Text Example
Text Example
White with #5EE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE2EC; }
p { color: rgb(94,226,236); }
H1.HeaderClassName
{
color: #5EE2EC;
}
.AnyTagClassName
{
color: #5EE2EC;
}
</style>
background-color css
<style>
a { background-color: #5EE2EC; }
a { background-color: rgb(94,226,236); }
div.DivClassName
{
background-color: #5EE2EC;
}
.BgClassName
{
background-color: #5EE2EC;
}
</style>
border-color css
<style>
span { border-color: #5EE2EC; }
span { border-color: rgb(94,226,236); }
td.TdClassName
{
border-color: #5EE2EC;
}
.TagClassName
{
border-color: #5EE2EC;
}
</style>