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