Change the color of the ProgressBar indicator text when it exceeds 50%

Hi guys how can I change the text color from black to white of the percentage indicator inside the QProgressBar when it exceeds the value of 50?
eg:
if self.satusBar.value() > 50:
self.statusBar.setStyleSheet("QProgressBar::chunk { color: white; #ecc } ")