#50 Cyan2
#00FFD7
ExtendedHEX#00FFD7
RGB0, 255, 215
HSL171°, 100%, 50%
CMYK100%, 0%, 16%, 0%
Xterm ID50
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;50m Background (fondo)
\x1b[48;5;50m Bash echo
echo -e "\033[38;5;50mTexto\033[0m" Python
print(f"\033[38;5;50mTexto\033[0m") CSS
Color HEX
color: #00FFD7; Color RGB
color: rgb(0, 255, 215); Background
background-color: #00FFD7;