Shades of Medium Turquoise #5ECACF
Tints of Medium Turquoise #5ECACF
RGB
CMYK
RGB Variations
Color information
#5ECACF (or 0x5ECACF) is known color: Medium Turquoise. HEX triplet: 5E, CA and CF. RGB value is (94,202,207). Sum of RGB (Red+Green+Blue) = 94+202+207=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #5ECACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECACF is #A13530. Grayscale: #AAAAAA. Windows color (decimal): -10564913 or 13617758. OLE color: 13617758.
HSL color Cylindrical-coordinate representation of color #5ECACF: hue angle of 182.65º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ECACF is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 202 | 207 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.19 |
| HSL | 182.65º | 0.54% | 0.59% | - |
| HSV(B) | 182.65º | 0.55% | 0.81% | - |
| XYZ | 37 | 49.13 | 66.56 | - |
| YUV | 170.28 | 148.72 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 202 | 207 | 0.55 | 0.02 | 0 | 0.19 | 182.65 | 0.54 | 0.59 |
| Hex | 5E | CA | CF | 37 | 2 | 0 | 13 | B7 | 36 | 3B |
| Octal | 136 | 312 | 317 | 67 | 2 | 0 | 23 | 267 | 66 | 73 |
| Binary | 1011110 | 11001010 | 11001111 | 110111 | 10 | 0 | 10011 | 10110111 | 110110 | 111011 |
Color Harmonies of #5ECACF
Complementary color
Monochromatic Colors of #5ECACF
Black with #5ECACF
Text Example
Text Example
White with #5ECACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECACF; }
p { color: rgb(94,202,207); }
H1.HeaderClassName
{
color: #5ECACF;
}
.AnyTagClassName
{
color: #5ECACF;
}
</style>
background-color css
<style>
a { background-color: #5ECACF; }
a { background-color: rgb(94,202,207); }
div.DivClassName
{
background-color: #5ECACF;
}
.BgClassName
{
background-color: #5ECACF;
}
</style>
border-color css
<style>
span { border-color: #5ECACF; }
span { border-color: rgb(94,202,207); }
td.TdClassName
{
border-color: #5ECACF;
}
.TagClassName
{
border-color: #5ECACF;
}
</style>