Shades of Medium Turquoise #5EC8CC
Tints of Medium Turquoise #5EC8CC
RGB
CMYK
RGB Variations
Color information
#5EC8CC (or 0x5EC8CC) is known color: Medium Turquoise. HEX triplet: 5E, C8 and CC. RGB value is (94,200,204). Sum of RGB (Red+Green+Blue) = 94+200+204=498 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.88% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #5EC8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC8CC is #A13733. Grayscale: #A8A8A8. Windows color (decimal): -10565428 or 13420638. OLE color: 13420638.
HSL color Cylindrical-coordinate representation of color #5EC8CC: hue angle of 182.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EC8CC is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 200 | 204 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.2 |
| HSL | 182.18º | 0.52% | 0.58% | - |
| HSV(B) | 182.18º | 0.54% | 0.8% | - |
| XYZ | 36.17 | 48.05 | 64.49 | - |
| YUV | 168.76 | 147.88 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 200 | 204 | 0.54 | 0.02 | 0 | 0.2 | 182.18 | 0.52 | 0.58 |
| Hex | 5E | C8 | CC | 36 | 2 | 0 | 14 | B6 | 34 | 3A |
| Octal | 136 | 310 | 314 | 66 | 2 | 0 | 24 | 266 | 64 | 72 |
| Binary | 1011110 | 11001000 | 11001100 | 110110 | 10 | 0 | 10100 | 10110110 | 110100 | 111010 |
Color Harmonies of #5EC8CC
Complementary color
Monochromatic Colors of #5EC8CC
Black with #5EC8CC
Text Example
Text Example
White with #5EC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC8CC; }
p { color: rgb(94,200,204); }
H1.HeaderClassName
{
color: #5EC8CC;
}
.AnyTagClassName
{
color: #5EC8CC;
}
</style>
background-color css
<style>
a { background-color: #5EC8CC; }
a { background-color: rgb(94,200,204); }
div.DivClassName
{
background-color: #5EC8CC;
}
.BgClassName
{
background-color: #5EC8CC;
}
</style>
border-color css
<style>
span { border-color: #5EC8CC; }
span { border-color: rgb(94,200,204); }
td.TdClassName
{
border-color: #5EC8CC;
}
.TagClassName
{
border-color: #5EC8CC;
}
</style>