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