Shades of Turquoise Blue #5EE7E9
Tints of Turquoise Blue #5EE7E9
RGB
CMYK
RGB Variations
Color information
#5EE7E9 (or 0x5EE7E9) is known color: Turquoise Blue. HEX triplet: 5E, E7 and E9. RGB value is (94,231,233). Sum of RGB (Red+Green+Blue) = 94+231+233=558 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.85% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #5EE7E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EE7E9 is #A11816. Grayscale: #BEBEBE. Windows color (decimal): -10557463 or 15329118. OLE color: 15329118.
HSL color Cylindrical-coordinate representation of color #5EE7E9: hue angle of 180.86º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EE7E9 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 231 | 233 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.09 |
| HSL | 180.86º | 0.76% | 0.64% | - |
| HSV(B) | 180.86º | 0.6% | 0.91% | - |
| XYZ | 47.9 | 65.41 | 87.19 | - |
| YUV | 190.27 | 152.11 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 231 | 233 | 0.60 | 0.01 | 0 | 0.09 | 180.86 | 0.76 | 0.64 |
| Hex | 5E | E7 | E9 | 3C | 1 | 0 | 9 | B5 | 4C | 40 |
| Octal | 136 | 347 | 351 | 74 | 1 | 0 | 11 | 265 | 114 | 100 |
| Binary | 1011110 | 11100111 | 11101001 | 111100 | 1 | 0 | 1001 | 10110101 | 1001100 | 1000000 |
Color Harmonies of #5EE7E9
Complementary color
Monochromatic Colors of #5EE7E9
Black with #5EE7E9
Text Example
Text Example
White with #5EE7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE7E9; }
p { color: rgb(94,231,233); }
H1.HeaderClassName
{
color: #5EE7E9;
}
.AnyTagClassName
{
color: #5EE7E9;
}
</style>
background-color css
<style>
a { background-color: #5EE7E9; }
a { background-color: rgb(94,231,233); }
div.DivClassName
{
background-color: #5EE7E9;
}
.BgClassName
{
background-color: #5EE7E9;
}
</style>
border-color css
<style>
span { border-color: #5EE7E9; }
span { border-color: rgb(94,231,233); }
td.TdClassName
{
border-color: #5EE7E9;
}
.TagClassName
{
border-color: #5EE7E9;
}
</style>