Shades of Medium Turquoise #5CCECC
Tints of Medium Turquoise #5CCECC
RGB
CMYK
RGB Variations
Color information
#5CCECC (or 0x5CCECC) is known color: Medium Turquoise. HEX triplet: 5C, CE and CC. RGB value is (92,206,204). Sum of RGB (Red+Green+Blue) = 92+206+204=502 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.33% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #5CCECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCECC is #A33133. Grayscale: #ABABAB. Windows color (decimal): -10694964 or 13422172. OLE color: 13422172.
HSL color Cylindrical-coordinate representation of color #5CCECC: hue angle of 178.95º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCECC is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 206 | 204 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.19 |
| HSL | 178.95º | 0.54% | 0.58% | - |
| HSV(B) | 178.95º | 0.55% | 0.81% | - |
| XYZ | 37.38 | 50.78 | 64.96 | - |
| YUV | 171.69 | 146.23 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 206 | 204 | 0.55 | 0 | 0.01 | 0.19 | 178.95 | 0.54 | 0.58 |
| Hex | 5C | CE | CC | 37 | 0 | 1 | 13 | B3 | 36 | 3A |
| Octal | 134 | 316 | 314 | 67 | 0 | 1 | 23 | 263 | 66 | 72 |
| Binary | 1011100 | 11001110 | 11001100 | 110111 | 0 | 1 | 10011 | 10110011 | 110110 | 111010 |
Color Harmonies of #5CCECC
Complementary color
Monochromatic Colors of #5CCECC
Black with #5CCECC
Text Example
Text Example
White with #5CCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCECC; }
p { color: rgb(92,206,204); }
H1.HeaderClassName
{
color: #5CCECC;
}
.AnyTagClassName
{
color: #5CCECC;
}
</style>
background-color css
<style>
a { background-color: #5CCECC; }
a { background-color: rgb(92,206,204); }
div.DivClassName
{
background-color: #5CCECC;
}
.BgClassName
{
background-color: #5CCECC;
}
</style>
border-color css
<style>
span { border-color: #5CCECC; }
span { border-color: rgb(92,206,204); }
td.TdClassName
{
border-color: #5CCECC;
}
.TagClassName
{
border-color: #5CCECC;
}
</style>