Shades of Medium Turquoise #5CC6C4
Tints of Medium Turquoise #5CC6C4
RGB
CMYK
RGB Variations
Color information
#5CC6C4 (or 0x5CC6C4) is known color: Medium Turquoise. HEX triplet: 5C, C6 and C4. RGB value is (92,198,196). Sum of RGB (Red+Green+Blue) = 92+198+196=486 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.93% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #5CC6C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC6C4 is #A3393B. Grayscale: #A5A5A5. Windows color (decimal): -10697020 or 12895836. OLE color: 12895836.
HSL color Cylindrical-coordinate representation of color #5CC6C4: hue angle of 178.87º 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 #5CC6C4 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 92 | 198 | 196 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.22 |
| HSL | 178.87º | 0.48% | 0.57% | - |
| HSV(B) | 178.87º | 0.54% | 0.78% | - |
| XYZ | 34.57 | 46.65 | 59.41 | - |
| YUV | 166.08 | 144.88 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 198 | 196 | 0.54 | 0 | 0.01 | 0.22 | 178.87 | 0.48 | 0.57 |
| Hex | 5C | C6 | C4 | 36 | 0 | 1 | 16 | B3 | 30 | 39 |
| Octal | 134 | 306 | 304 | 66 | 0 | 1 | 26 | 263 | 60 | 71 |
| Binary | 1011100 | 11000110 | 11000100 | 110110 | 0 | 1 | 10110 | 10110011 | 110000 | 111001 |
Color Harmonies of #5CC6C4
Complementary color
Monochromatic Colors of #5CC6C4
Black with #5CC6C4
Text Example
Text Example
White with #5CC6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC6C4; }
p { color: rgb(92,198,196); }
H1.HeaderClassName
{
color: #5CC6C4;
}
.AnyTagClassName
{
color: #5CC6C4;
}
</style>
background-color css
<style>
a { background-color: #5CC6C4; }
a { background-color: rgb(92,198,196); }
div.DivClassName
{
background-color: #5CC6C4;
}
.BgClassName
{
background-color: #5CC6C4;
}
</style>
border-color css
<style>
span { border-color: #5CC6C4; }
span { border-color: rgb(92,198,196); }
td.TdClassName
{
border-color: #5CC6C4;
}
.TagClassName
{
border-color: #5CC6C4;
}
</style>