dany994,
<img src="http://www.queness.com/resources/images/png/apple_ex.png" id="color">
<style>
.rotate {
transform: rotate(360deg);
transition: all 3s;
background-color: #FF0000;
}
</style>
<script>
color.onclick = function() {
this.classList.add("rotate")
}
</script>