Shades of Turquoise Blue #5EE5D6
Tints of Turquoise Blue #5EE5D6
RGB
CMYK
RGB Variations
Color information
#5EE5D6 (or 0x5EE5D6) is known color: Turquoise Blue. HEX triplet: 5E, E5 and D6. RGB value is (94,229,214). Sum of RGB (Red+Green+Blue) = 94+229+214=537 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.50% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #5EE5D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EE5D6 is #A11A29. Grayscale: #BABABA. Windows color (decimal): -10557994 or 14083422. OLE color: 14083422.
HSL color Cylindrical-coordinate representation of color #5EE5D6: hue angle of 173.33º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EE5D6 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 94 | 229 | 214 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.10 |
| HSL | 173.33º | 0.72% | 0.63% | - |
| HSV(B) | 173.33º | 0.59% | 0.9% | - |
| XYZ | 44.77 | 63.27 | 73.47 | - |
| YUV | 186.93 | 143.27 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 229 | 214 | 0.59 | 0 | 0.07 | 0.10 | 173.33 | 0.72 | 0.63 |
| Hex | 5E | E5 | D6 | 3B | 0 | 7 | A | AD | 48 | 3F |
| Octal | 136 | 345 | 326 | 73 | 0 | 7 | 12 | 255 | 110 | 77 |
| Binary | 1011110 | 11100101 | 11010110 | 111011 | 0 | 111 | 1010 | 10101101 | 1001000 | 111111 |
Color Harmonies of #5EE5D6
Complementary color
Monochromatic Colors of #5EE5D6
Black with #5EE5D6
Text Example
Text Example
White with #5EE5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE5D6; }
p { color: rgb(94,229,214); }
H1.HeaderClassName
{
color: #5EE5D6;
}
.AnyTagClassName
{
color: #5EE5D6;
}
</style>
background-color css
<style>
a { background-color: #5EE5D6; }
a { background-color: rgb(94,229,214); }
div.DivClassName
{
background-color: #5EE5D6;
}
.BgClassName
{
background-color: #5EE5D6;
}
</style>
border-color css
<style>
span { border-color: #5EE5D6; }
span { border-color: rgb(94,229,214); }
td.TdClassName
{
border-color: #5EE5D6;
}
.TagClassName
{
border-color: #5EE5D6;
}
</style>