Shades of Medium Turquoise #5ECACB
Tints of Medium Turquoise #5ECACB
RGB
CMYK
RGB Variations
Color information
#5ECACB (or 0x5ECACB) is known color: Medium Turquoise. HEX triplet: 5E, CA and CB. RGB value is (94,202,203). Sum of RGB (Red+Green+Blue) = 94+202+203=499 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.84% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #5ECACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECACB is #A13534. Grayscale: #A9A9A9. Windows color (decimal): -10564917 or 13355614. OLE color: 13355614.
HSL color Cylindrical-coordinate representation of color #5ECACB: hue angle of 180.55º degrees, saturation: 0.51, 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 #5ECACB is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 202 | 203 | - |
| CMYK | 0.54 | 0.00 | 0 | 0.20 |
| HSL | 180.55º | 0.51% | 0.58% | - |
| HSV(B) | 180.55º | 0.54% | 0.8% | - |
| XYZ | 36.52 | 48.93 | 64.02 | - |
| YUV | 169.82 | 146.72 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 202 | 203 | 0.54 | 0.00 | 0 | 0.20 | 180.55 | 0.51 | 0.58 |
| Hex | 5E | CA | CB | 36 | 0 | 0 | 14 | B5 | 33 | 3A |
| Octal | 136 | 312 | 313 | 66 | 0 | 0 | 24 | 265 | 63 | 72 |
| Binary | 1011110 | 11001010 | 11001011 | 110110 | 0 | 0 | 10100 | 10110101 | 110011 | 111010 |
Color Harmonies of #5ECACB
Complementary color
Monochromatic Colors of #5ECACB
Black with #5ECACB
Text Example
Text Example
White with #5ECACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECACB; }
p { color: rgb(94,202,203); }
H1.HeaderClassName
{
color: #5ECACB;
}
.AnyTagClassName
{
color: #5ECACB;
}
</style>
background-color css
<style>
a { background-color: #5ECACB; }
a { background-color: rgb(94,202,203); }
div.DivClassName
{
background-color: #5ECACB;
}
.BgClassName
{
background-color: #5ECACB;
}
</style>
border-color css
<style>
span { border-color: #5ECACB; }
span { border-color: rgb(94,202,203); }
td.TdClassName
{
border-color: #5ECACB;
}
.TagClassName
{
border-color: #5ECACB;
}
</style>