Shades of Medium Turquoise #5ECBCC
Tints of Medium Turquoise #5ECBCC
RGB
CMYK
RGB Variations
Color information
#5ECBCC (or 0x5ECBCC) is known color: Medium Turquoise. HEX triplet: 5E, CB and CC. RGB value is (94,203,204). Sum of RGB (Red+Green+Blue) = 94+203+204=501 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.76% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #5ECBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBCC is #A13433. Grayscale: #AAAAAA. Windows color (decimal): -10564660 or 13421406. OLE color: 13421406.
HSL color Cylindrical-coordinate representation of color #5ECBCC: hue angle of 180.55º 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 #5ECBCC is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 203 | 204 | - |
| CMYK | 0.54 | 0.00 | 0 | 0.2 |
| HSL | 180.55º | 0.52% | 0.58% | - |
| HSV(B) | 180.55º | 0.54% | 0.8% | - |
| XYZ | 36.87 | 49.45 | 64.73 | - |
| YUV | 170.52 | 146.89 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 204 | 0.54 | 0.00 | 0 | 0.2 | 180.55 | 0.52 | 0.58 |
| Hex | 5E | CB | CC | 36 | 0 | 0 | 14 | B5 | 34 | 3A |
| Octal | 136 | 313 | 314 | 66 | 0 | 0 | 24 | 265 | 64 | 72 |
| Binary | 1011110 | 11001011 | 11001100 | 110110 | 0 | 0 | 10100 | 10110101 | 110100 | 111010 |
Color Harmonies of #5ECBCC
Complementary color
Monochromatic Colors of #5ECBCC
Black with #5ECBCC
Text Example
Text Example
White with #5ECBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECBCC; }
p { color: rgb(94,203,204); }
H1.HeaderClassName
{
color: #5ECBCC;
}
.AnyTagClassName
{
color: #5ECBCC;
}
</style>
background-color css
<style>
a { background-color: #5ECBCC; }
a { background-color: rgb(94,203,204); }
div.DivClassName
{
background-color: #5ECBCC;
}
.BgClassName
{
background-color: #5ECBCC;
}
</style>
border-color css
<style>
span { border-color: #5ECBCC; }
span { border-color: rgb(94,203,204); }
td.TdClassName
{
border-color: #5ECBCC;
}
.TagClassName
{
border-color: #5ECBCC;
}
</style>