#66 PaleTurquoise4
#5F8787
ExtendedHEX#5F8787
RGB95, 135, 135
HSL180°, 17%, 45%
CMYK30%, 0%, 0%, 47%
Xterm ID66
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;66m Background (fondo)
\x1b[48;5;66m Bash echo
echo -e "\033[38;5;66mTexto\033[0m" Python
print(f"\033[38;5;66mTexto\033[0m") CSS
Color HEX
color: #5F8787; Color RGB
color: rgb(95, 135, 135); Background
background-color: #5F8787;