Jetson TK1 I2C color sensor not reading address

I am using a jetson TK1 with a Rev Robotics color sensor V2 on the I2C bus

I ran: i2cdetect -y -r 1 and i see a device at 39 which is the device address
but when i run: i2cget -f -y 1 0x39 0x16(red channel address) and i always get 0x14 and same with other addresses, I’ve tried multiple types of color sensors and I always get the same thing any ideas why this would happen?

thanks