Shades of Medium Turquoise #5CCAC6
Tints of Medium Turquoise #5CCAC6
RGB
CMYK
RGB Variations
Color information
#5CCAC6 (or 0x5CCAC6) is known color: Medium Turquoise. HEX triplet: 5C, CA and C6. RGB value is (92,202,198). Sum of RGB (Red+Green+Blue) = 92+202+198=492 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.70% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCAC6 is #A33539. Grayscale: #A8A8A8. Windows color (decimal): -10695994 or 13027932. OLE color: 13027932.
HSL color Cylindrical-coordinate representation of color #5CCAC6: hue angle of 177.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CCAC6 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 202 | 198 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.21 |
| HSL | 177.82º | 0.51% | 0.58% | - |
| HSV(B) | 177.82º | 0.54% | 0.79% | - |
| XYZ | 35.73 | 48.59 | 60.92 | - |
| YUV | 168.65 | 144.56 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 198 | 0.54 | 0 | 0.02 | 0.21 | 177.82 | 0.51 | 0.58 |
| Hex | 5C | CA | C6 | 36 | 0 | 2 | 15 | B2 | 33 | 3A |
| Octal | 134 | 312 | 306 | 66 | 0 | 2 | 25 | 262 | 63 | 72 |
| Binary | 1011100 | 11001010 | 11000110 | 110110 | 0 | 10 | 10101 | 10110010 | 110011 | 111010 |
Color Harmonies of #5CCAC6
Complementary color
Monochromatic Colors of #5CCAC6
Black with #5CCAC6
Text Example
Text Example
White with #5CCAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCAC6; }
p { color: rgb(92,202,198); }
H1.HeaderClassName
{
color: #5CCAC6;
}
.AnyTagClassName
{
color: #5CCAC6;
}
</style>
background-color css
<style>
a { background-color: #5CCAC6; }
a { background-color: rgb(92,202,198); }
div.DivClassName
{
background-color: #5CCAC6;
}
.BgClassName
{
background-color: #5CCAC6;
}
</style>
border-color css
<style>
span { border-color: #5CCAC6; }
span { border-color: rgb(92,202,198); }
td.TdClassName
{
border-color: #5CCAC6;
}
.TagClassName
{
border-color: #5CCAC6;
}
</style>