Shades of Medium Turquoise #5CCCC6
Tints of Medium Turquoise #5CCCC6
RGB
CMYK
RGB Variations
Color information
#5CCCC6 (or 0x5CCCC6) is known color: Medium Turquoise. HEX triplet: 5C, CC and C6. RGB value is (92,204,198). Sum of RGB (Red+Green+Blue) = 92+204+198=494 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.62% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCC6 is #A33339. Grayscale: #A9A9A9. Windows color (decimal): -10695482 or 13028444. OLE color: 13028444.
HSL color Cylindrical-coordinate representation of color #5CCCC6: hue angle of 176.79º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCCC6 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 204 | 198 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.2 |
| HSL | 176.79º | 0.52% | 0.58% | - |
| HSV(B) | 176.79º | 0.55% | 0.8% | - |
| XYZ | 36.2 | 49.54 | 61.08 | - |
| YUV | 169.83 | 143.89 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 198 | 0.55 | 0 | 0.03 | 0.2 | 176.79 | 0.52 | 0.58 |
| Hex | 5C | CC | C6 | 37 | 0 | 3 | 14 | B1 | 34 | 3A |
| Octal | 134 | 314 | 306 | 67 | 0 | 3 | 24 | 261 | 64 | 72 |
| Binary | 1011100 | 11001100 | 11000110 | 110111 | 0 | 11 | 10100 | 10110001 | 110100 | 111010 |
Color Harmonies of #5CCCC6
Complementary color
Monochromatic Colors of #5CCCC6
Black with #5CCCC6
Text Example
Text Example
White with #5CCCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCCC6; }
p { color: rgb(92,204,198); }
H1.HeaderClassName
{
color: #5CCCC6;
}
.AnyTagClassName
{
color: #5CCCC6;
}
</style>
background-color css
<style>
a { background-color: #5CCCC6; }
a { background-color: rgb(92,204,198); }
div.DivClassName
{
background-color: #5CCCC6;
}
.BgClassName
{
background-color: #5CCCC6;
}
</style>
border-color css
<style>
span { border-color: #5CCCC6; }
span { border-color: rgb(92,204,198); }
td.TdClassName
{
border-color: #5CCCC6;
}
.TagClassName
{
border-color: #5CCCC6;
}
</style>