Shades of Medium Turquoise #5CC8CC
Tints of Medium Turquoise #5CC8CC
RGB
CMYK
RGB Variations
Color information
#5CC8CC (or 0x5CC8CC) is known color: Medium Turquoise. HEX triplet: 5C, C8 and CC. RGB value is (92,200,204). Sum of RGB (Red+Green+Blue) = 92+200+204=496 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.55% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #5CC8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC8CC is #A33733. Grayscale: #A8A8A8. Windows color (decimal): -10696500 or 13420636. OLE color: 13420636.
HSL color Cylindrical-coordinate representation of color #5CC8CC: hue angle of 182.14º 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 #5CC8CC is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 200 | 204 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.2 |
| HSL | 182.14º | 0.52% | 0.58% | - |
| HSV(B) | 182.14º | 0.55% | 0.8% | - |
| XYZ | 35.97 | 47.94 | 64.49 | - |
| YUV | 168.16 | 148.22 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 200 | 204 | 0.55 | 0.02 | 0 | 0.2 | 182.14 | 0.52 | 0.58 |
| Hex | 5C | C8 | CC | 37 | 2 | 0 | 14 | B6 | 34 | 3A |
| Octal | 134 | 310 | 314 | 67 | 2 | 0 | 24 | 266 | 64 | 72 |
| Binary | 1011100 | 11001000 | 11001100 | 110111 | 10 | 0 | 10100 | 10110110 | 110100 | 111010 |
Color Harmonies of #5CC8CC
Complementary color
Monochromatic Colors of #5CC8CC
Black with #5CC8CC
Text Example
Text Example
White with #5CC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC8CC; }
p { color: rgb(92,200,204); }
H1.HeaderClassName
{
color: #5CC8CC;
}
.AnyTagClassName
{
color: #5CC8CC;
}
</style>
background-color css
<style>
a { background-color: #5CC8CC; }
a { background-color: rgb(92,200,204); }
div.DivClassName
{
background-color: #5CC8CC;
}
.BgClassName
{
background-color: #5CC8CC;
}
</style>
border-color css
<style>
span { border-color: #5CC8CC; }
span { border-color: rgb(92,200,204); }
td.TdClassName
{
border-color: #5CC8CC;
}
.TagClassName
{
border-color: #5CC8CC;
}
</style>