Shades of Medium Turquoise #5ECECD
Tints of Medium Turquoise #5ECECD
RGB
CMYK
RGB Variations
Color information
#5ECECD (or 0x5ECECD) is known color: Medium Turquoise. HEX triplet: 5E, CE and CD. RGB value is (94,206,205). Sum of RGB (Red+Green+Blue) = 94+206+205=505 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.61% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECECD is #A13132. Grayscale: #ACACAC. Windows color (decimal): -10563891 or 13487710. OLE color: 13487710.
HSL color Cylindrical-coordinate representation of color #5ECECD: hue angle of 179.46º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECECD is Cyan = 0.54, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 206 | 205 | - |
| CMYK | 0.54 | 0 | 0.00 | 0.19 |
| HSL | 179.46º | 0.53% | 0.59% | - |
| HSV(B) | 179.46º | 0.54% | 0.81% | - |
| XYZ | 37.71 | 50.93 | 65.6 | - |
| YUV | 172.4 | 146.39 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 205 | 0.54 | 0 | 0.00 | 0.19 | 179.46 | 0.53 | 0.59 |
| Hex | 5E | CE | CD | 36 | 0 | 0 | 13 | B3 | 35 | 3B |
| Octal | 136 | 316 | 315 | 66 | 0 | 0 | 23 | 263 | 65 | 73 |
| Binary | 1011110 | 11001110 | 11001101 | 110110 | 0 | 0 | 10011 | 10110011 | 110101 | 111011 |
Color Harmonies of #5ECECD
Complementary color
Monochromatic Colors of #5ECECD
Black with #5ECECD
Text Example
Text Example
White with #5ECECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECECD; }
p { color: rgb(94,206,205); }
H1.HeaderClassName
{
color: #5ECECD;
}
.AnyTagClassName
{
color: #5ECECD;
}
</style>
background-color css
<style>
a { background-color: #5ECECD; }
a { background-color: rgb(94,206,205); }
div.DivClassName
{
background-color: #5ECECD;
}
.BgClassName
{
background-color: #5ECECD;
}
</style>
border-color css
<style>
span { border-color: #5ECECD; }
span { border-color: rgb(94,206,205); }
td.TdClassName
{
border-color: #5ECECD;
}
.TagClassName
{
border-color: #5ECECD;
}
</style>