Shades of Turquoise #5EEAD5
Tints of Turquoise #5EEAD5
RGB
CMYK
RGB Variations
Color information
#5EEAD5 (or 0x5EEAD5) is known color: Turquoise. HEX triplet: 5E, EA and D5. RGB value is (94,234,213). Sum of RGB (Red+Green+Blue) = 94+234+213=541 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.38% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #5EEAD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEAD5 is #A1152A. Grayscale: #BDBDBD. Windows color (decimal): -10556715 or 14019166. OLE color: 14019166.
HSL color Cylindrical-coordinate representation of color #5EEAD5: hue angle of 171º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEAD5 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 234 | 213 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.08 |
| HSL | 171º | 0.77% | 0.64% | - |
| HSV(B) | 171º | 0.6% | 0.92% | - |
| XYZ | 46.05 | 66.03 | 73.27 | - |
| YUV | 189.75 | 141.12 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 234 | 213 | 0.60 | 0 | 0.09 | 0.08 | 171 | 0.77 | 0.64 |
| Hex | 5E | EA | D5 | 3C | 0 | 9 | 8 | AB | 4D | 40 |
| Octal | 136 | 352 | 325 | 74 | 0 | 11 | 10 | 253 | 115 | 100 |
| Binary | 1011110 | 11101010 | 11010101 | 111100 | 0 | 1001 | 1000 | 10101011 | 1001101 | 1000000 |
Color Harmonies of #5EEAD5
Complementary color
Monochromatic Colors of #5EEAD5
Black with #5EEAD5
Text Example
Text Example
White with #5EEAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEAD5; }
p { color: rgb(94,234,213); }
H1.HeaderClassName
{
color: #5EEAD5;
}
.AnyTagClassName
{
color: #5EEAD5;
}
</style>
background-color css
<style>
a { background-color: #5EEAD5; }
a { background-color: rgb(94,234,213); }
div.DivClassName
{
background-color: #5EEAD5;
}
.BgClassName
{
background-color: #5EEAD5;
}
</style>
border-color css
<style>
span { border-color: #5EEAD5; }
span { border-color: rgb(94,234,213); }
td.TdClassName
{
border-color: #5EEAD5;
}
.TagClassName
{
border-color: #5EEAD5;
}
</style>