Shades of Turquoise #5EEACE
Tints of Turquoise #5EEACE
RGB
CMYK
RGB Variations
Color information
#5EEACE (or 0x5EEACE) is known color: Turquoise. HEX triplet: 5E, EA and CE. RGB value is (94,234,206). Sum of RGB (Red+Green+Blue) = 94+234+206=534 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.60% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #5EEACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEACE is #A11531. Grayscale: #BCBCBC. Windows color (decimal): -10556722 or 13560414. OLE color: 13560414.
HSL color Cylindrical-coordinate representation of color #5EEACE: hue angle of 168º 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 #5EEACE is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 234 | 206 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.08 |
| HSL | 168º | 0.77% | 0.64% | - |
| HSV(B) | 168º | 0.6% | 0.92% | - |
| XYZ | 45.18 | 65.68 | 68.69 | - |
| YUV | 188.95 | 137.62 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 234 | 206 | 0.60 | 0 | 0.12 | 0.08 | 168 | 0.77 | 0.64 |
| Hex | 5E | EA | CE | 3C | 0 | C | 8 | A8 | 4D | 40 |
| Octal | 136 | 352 | 316 | 74 | 0 | 14 | 10 | 250 | 115 | 100 |
| Binary | 1011110 | 11101010 | 11001110 | 111100 | 0 | 1100 | 1000 | 10101000 | 1001101 | 1000000 |
Color Harmonies of #5EEACE
Complementary color
Monochromatic Colors of #5EEACE
Black with #5EEACE
Text Example
Text Example
White with #5EEACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEACE; }
p { color: rgb(94,234,206); }
H1.HeaderClassName
{
color: #5EEACE;
}
.AnyTagClassName
{
color: #5EEACE;
}
</style>
background-color css
<style>
a { background-color: #5EEACE; }
a { background-color: rgb(94,234,206); }
div.DivClassName
{
background-color: #5EEACE;
}
.BgClassName
{
background-color: #5EEACE;
}
</style>
border-color css
<style>
span { border-color: #5EEACE; }
span { border-color: rgb(94,234,206); }
td.TdClassName
{
border-color: #5EEACE;
}
.TagClassName
{
border-color: #5EEACE;
}
</style>