Shades of Medium Turquoise #5CC5C6
Tints of Medium Turquoise #5CC5C6
RGB
CMYK
RGB Variations
Color information
#5CC5C6 (or 0x5CC5C6) is known color: Medium Turquoise. HEX triplet: 5C, C5 and C6. RGB value is (92,197,198). Sum of RGB (Red+Green+Blue) = 92+197+198=487 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.89% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 198 - color contains mainly: blue. Hex color #5CC5C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC5C6 is #A33A39. Grayscale: #A5A5A5. Windows color (decimal): -10697274 or 13026652. OLE color: 13026652.
HSL color Cylindrical-coordinate representation of color #5CC5C6: hue angle of 180.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CC5C6 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 92 | 197 | 198 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.22 |
| HSL | 180.57º | 0.48% | 0.57% | - |
| HSV(B) | 180.57º | 0.54% | 0.78% | - |
| XYZ | 34.57 | 46.29 | 60.54 | - |
| YUV | 165.72 | 146.21 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 197 | 198 | 0.54 | 0.01 | 0 | 0.22 | 180.57 | 0.48 | 0.57 |
| Hex | 5C | C5 | C6 | 36 | 1 | 0 | 16 | B5 | 30 | 39 |
| Octal | 134 | 305 | 306 | 66 | 1 | 0 | 26 | 265 | 60 | 71 |
| Binary | 1011100 | 11000101 | 11000110 | 110110 | 1 | 0 | 10110 | 10110101 | 110000 | 111001 |
Color Harmonies of #5CC5C6
Complementary color
Monochromatic Colors of #5CC5C6
Black with #5CC5C6
Text Example
Text Example
White with #5CC5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC5C6; }
p { color: rgb(92,197,198); }
H1.HeaderClassName
{
color: #5CC5C6;
}
.AnyTagClassName
{
color: #5CC5C6;
}
</style>
background-color css
<style>
a { background-color: #5CC5C6; }
a { background-color: rgb(92,197,198); }
div.DivClassName
{
background-color: #5CC5C6;
}
.BgClassName
{
background-color: #5CC5C6;
}
</style>
border-color css
<style>
span { border-color: #5CC5C6; }
span { border-color: rgb(92,197,198); }
td.TdClassName
{
border-color: #5CC5C6;
}
.TagClassName
{
border-color: #5CC5C6;
}
</style>