Shades of Medium Turquoise #5EC8CD
Tints of Medium Turquoise #5EC8CD
RGB
CMYK
RGB Variations
Color information
#5EC8CD (or 0x5EC8CD) is known color: Medium Turquoise. HEX triplet: 5E, C8 and CD. RGB value is (94,200,205). Sum of RGB (Red+Green+Blue) = 94+200+205=499 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.84% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EC8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC8CD is #A13732. Grayscale: #A8A8A8. Windows color (decimal): -10565427 or 13486174. OLE color: 13486174.
HSL color Cylindrical-coordinate representation of color #5EC8CD: hue angle of 182.7º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EC8CD is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 200 | 205 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.20 |
| HSL | 182.7º | 0.53% | 0.59% | - |
| HSV(B) | 182.7º | 0.54% | 0.8% | - |
| XYZ | 36.29 | 48.1 | 65.13 | - |
| YUV | 168.88 | 148.38 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 200 | 205 | 0.54 | 0.02 | 0 | 0.20 | 182.7 | 0.53 | 0.59 |
| Hex | 5E | C8 | CD | 36 | 2 | 0 | 14 | B7 | 35 | 3B |
| Octal | 136 | 310 | 315 | 66 | 2 | 0 | 24 | 267 | 65 | 73 |
| Binary | 1011110 | 11001000 | 11001101 | 110110 | 10 | 0 | 10100 | 10110111 | 110101 | 111011 |
Color Harmonies of #5EC8CD
Complementary color
Monochromatic Colors of #5EC8CD
Black with #5EC8CD
Text Example
Text Example
White with #5EC8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC8CD; }
p { color: rgb(94,200,205); }
H1.HeaderClassName
{
color: #5EC8CD;
}
.AnyTagClassName
{
color: #5EC8CD;
}
</style>
background-color css
<style>
a { background-color: #5EC8CD; }
a { background-color: rgb(94,200,205); }
div.DivClassName
{
background-color: #5EC8CD;
}
.BgClassName
{
background-color: #5EC8CD;
}
</style>
border-color css
<style>
span { border-color: #5EC8CD; }
span { border-color: rgb(94,200,205); }
td.TdClassName
{
border-color: #5EC8CD;
}
.TagClassName
{
border-color: #5EC8CD;
}
</style>