Shades of Turquoise #5EEED9
Tints of Turquoise #5EEED9
RGB
CMYK
RGB Variations
Color information
#5EEED9 (or 0x5EEED9) is known color: Turquoise. HEX triplet: 5E, EE and D9. RGB value is (94,238,217). Sum of RGB (Red+Green+Blue) = 94+238+217=549 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.12% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 238 - color contains mainly: green. Hex color #5EEED9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEED9 is #A11126. Grayscale: #C0C0C0. Windows color (decimal): -10555687 or 14282334. OLE color: 14282334.
HSL color Cylindrical-coordinate representation of color #5EEED9: hue angle of 171.25º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEED9 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 238 | 217 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.07 |
| HSL | 171.25º | 0.81% | 0.65% | - |
| HSV(B) | 171.25º | 0.61% | 0.93% | - |
| XYZ | 47.72 | 68.54 | 76.36 | - |
| YUV | 192.55 | 141.79 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 238 | 217 | 0.61 | 0 | 0.09 | 0.07 | 171.25 | 0.81 | 0.65 |
| Hex | 5E | EE | D9 | 3D | 0 | 9 | 7 | AB | 51 | 41 |
| Octal | 136 | 356 | 331 | 75 | 0 | 11 | 7 | 253 | 121 | 101 |
| Binary | 1011110 | 11101110 | 11011001 | 111101 | 0 | 1001 | 111 | 10101011 | 1010001 | 1000001 |
Color Harmonies of #5EEED9
Complementary color
Monochromatic Colors of #5EEED9
Black with #5EEED9
Text Example
Text Example
White with #5EEED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEED9; }
p { color: rgb(94,238,217); }
H1.HeaderClassName
{
color: #5EEED9;
}
.AnyTagClassName
{
color: #5EEED9;
}
</style>
background-color css
<style>
a { background-color: #5EEED9; }
a { background-color: rgb(94,238,217); }
div.DivClassName
{
background-color: #5EEED9;
}
.BgClassName
{
background-color: #5EEED9;
}
</style>
border-color css
<style>
span { border-color: #5EEED9; }
span { border-color: rgb(94,238,217); }
td.TdClassName
{
border-color: #5EEED9;
}
.TagClassName
{
border-color: #5EEED9;
}
</style>