Shades of Turquoise Blue #5EEBE1
Tints of Turquoise Blue #5EEBE1
RGB
CMYK
RGB Variations
Color information
#5EEBE1 (or 0x5EEBE1) is known color: Turquoise Blue. HEX triplet: 5E, EB and E1. RGB value is (94,235,225). Sum of RGB (Red+Green+Blue) = 94+235+225=554 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.97% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBE1 is #A1141E. Grayscale: #BFBFBF. Windows color (decimal): -10556447 or 14805854. OLE color: 14805854.
HSL color Cylindrical-coordinate representation of color #5EEBE1: hue angle of 175.74º 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 #5EEBE1 is Cyan = 0.6, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 235 | 225 | - |
| CMYK | 0.6 | 0 | 0.04 | 0.08 |
| HSL | 175.74º | 0.78% | 0.65% | - |
| HSV(B) | 175.74º | 0.6% | 0.92% | - |
| XYZ | 47.92 | 67.23 | 81.69 | - |
| YUV | 191.7 | 146.79 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 235 | 225 | 0.6 | 0 | 0.04 | 0.08 | 175.74 | 0.78 | 0.65 |
| Hex | 5E | EB | E1 | 3C | 0 | 4 | 8 | B0 | 4E | 41 |
| Octal | 136 | 353 | 341 | 74 | 0 | 4 | 10 | 260 | 116 | 101 |
| Binary | 1011110 | 11101011 | 11100001 | 111100 | 0 | 100 | 1000 | 10110000 | 1001110 | 1000001 |
Color Harmonies of #5EEBE1
Complementary color
Monochromatic Colors of #5EEBE1
Black with #5EEBE1
Text Example
Text Example
White with #5EEBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEBE1; }
p { color: rgb(94,235,225); }
H1.HeaderClassName
{
color: #5EEBE1;
}
.AnyTagClassName
{
color: #5EEBE1;
}
</style>
background-color css
<style>
a { background-color: #5EEBE1; }
a { background-color: rgb(94,235,225); }
div.DivClassName
{
background-color: #5EEBE1;
}
.BgClassName
{
background-color: #5EEBE1;
}
</style>
border-color css
<style>
span { border-color: #5EEBE1; }
span { border-color: rgb(94,235,225); }
td.TdClassName
{
border-color: #5EEBE1;
}
.TagClassName
{
border-color: #5EEBE1;
}
</style>