The IPv4 TTL value is a single exact byte in the header.
TTL is a header byte
The IP version 4 header includes a TTL byte. In the before header, TTL is 64.
TTL=64
Find the TTL field
The strip shows TTL after the flags and fragment offset, before the protocol field.
TTL byte=0x40
Protocol stays separate
The next byte is protocol 6, which names TCP here. TTL and protocol are neighboring fields, not the same field.
protocol=6
Summary
TTL is an exact byte in the header. A router changes that byte at each hop.
before TTL=64