Shades of Turquoise #5EECCD
Tints of Turquoise #5EECCD
RGB
CMYK
RGB Variations
Color information
#5EECCD (or 0x5EECCD) is known color: Turquoise. HEX triplet: 5E, EC and CD. RGB value is (94,236,205). Sum of RGB (Red+Green+Blue) = 94+236+205=535 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.57% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #5EECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EECCD is #A11332. Grayscale: #BDBDBD. Windows color (decimal): -10556211 or 13495390. OLE color: 13495390.
HSL color Cylindrical-coordinate representation of color #5EECCD: hue angle of 166.9º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EECCD is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 236 | 205 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.07 |
| HSL | 166.9º | 0.79% | 0.65% | - |
| HSV(B) | 166.9º | 0.6% | 0.93% | - |
| XYZ | 45.63 | 66.78 | 68.24 | - |
| YUV | 190.01 | 136.46 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 236 | 205 | 0.60 | 0 | 0.13 | 0.07 | 166.9 | 0.79 | 0.65 |
| Hex | 5E | EC | CD | 3C | 0 | D | 7 | A7 | 4F | 41 |
| Octal | 136 | 354 | 315 | 74 | 0 | 15 | 7 | 247 | 117 | 101 |
| Binary | 1011110 | 11101100 | 11001101 | 111100 | 0 | 1101 | 111 | 10100111 | 1001111 | 1000001 |
Color Harmonies of #5EECCD
Complementary color
Monochromatic Colors of #5EECCD
Black with #5EECCD
Text Example
Text Example
White with #5EECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EECCD; }
p { color: rgb(94,236,205); }
H1.HeaderClassName
{
color: #5EECCD;
}
.AnyTagClassName
{
color: #5EECCD;
}
</style>
background-color css
<style>
a { background-color: #5EECCD; }
a { background-color: rgb(94,236,205); }
div.DivClassName
{
background-color: #5EECCD;
}
.BgClassName
{
background-color: #5EECCD;
}
</style>
border-color css
<style>
span { border-color: #5EECCD; }
span { border-color: rgb(94,236,205); }
td.TdClassName
{
border-color: #5EECCD;
}
.TagClassName
{
border-color: #5EECCD;
}
</style>