Shades of Turquoise #5EE9D0
Tints of Turquoise #5EE9D0
RGB
CMYK
RGB Variations
Color information
#5EE9D0 (or 0x5EE9D0) is known color: Turquoise. HEX triplet: 5E, E9 and D0. RGB value is (94,233,208). Sum of RGB (Red+Green+Blue) = 94+233+208=535 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.57% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #5EE9D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EE9D0 is #A1162F. Grayscale: #BCBCBC. Windows color (decimal): -10556976 or 13691230. OLE color: 13691230.
HSL color Cylindrical-coordinate representation of color #5EE9D0: hue angle of 169.21º 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 #5EE9D0 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 233 | 208 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.09 |
| HSL | 169.21º | 0.76% | 0.64% | - |
| HSV(B) | 169.21º | 0.6% | 0.91% | - |
| XYZ | 45.14 | 65.21 | 69.88 | - |
| YUV | 188.59 | 138.95 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 233 | 208 | 0.60 | 0 | 0.11 | 0.09 | 169.21 | 0.76 | 0.64 |
| Hex | 5E | E9 | D0 | 3C | 0 | B | 9 | A9 | 4C | 40 |
| Octal | 136 | 351 | 320 | 74 | 0 | 13 | 11 | 251 | 114 | 100 |
| Binary | 1011110 | 11101001 | 11010000 | 111100 | 0 | 1011 | 1001 | 10101001 | 1001100 | 1000000 |
Color Harmonies of #5EE9D0
Complementary color
Monochromatic Colors of #5EE9D0
Black with #5EE9D0
Text Example
Text Example
White with #5EE9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE9D0; }
p { color: rgb(94,233,208); }
H1.HeaderClassName
{
color: #5EE9D0;
}
.AnyTagClassName
{
color: #5EE9D0;
}
</style>
background-color css
<style>
a { background-color: #5EE9D0; }
a { background-color: rgb(94,233,208); }
div.DivClassName
{
background-color: #5EE9D0;
}
.BgClassName
{
background-color: #5EE9D0;
}
</style>
border-color css
<style>
span { border-color: #5EE9D0; }
span { border-color: rgb(94,233,208); }
td.TdClassName
{
border-color: #5EE9D0;
}
.TagClassName
{
border-color: #5EE9D0;
}
</style>