Session 2, #3: More Ways to Represent Color:

As we already saw, the turtle package recognizes many common colors by name. If your favorite color is not on that list, you can make a new color by specifying how much of the red, green, and blue ('RGB') light intensity you would like. The range for each is from 0 (no light) to 255 (100% light). For example, if all the light intensities are 255 (100% of the possible), then the color is white.



Challenge: Read the code below and guess what color each turtle is. Check your guess by running the program: