Html Css Color HEX #A9FAF1 Pale Turquoise

📋 copy color: '#A9FAF1'

red 169 ◦ green 250 ◦ blue 241

#A9FAF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #A9FAF1

Tints of Pale Turquoise #A9FAF1

RGB

 RED value IS 169 (66.41% from 255) = 25.61%

 GREEN value IS 250 (98.05% from 255) = 37.88%

 BLUE value IS 241 (94.53% from 255) = 36.52%

R = 25.61%
G = 37.88%
B = 36.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A9FAF1 (or 0xA9FAF1) is known color: Pale Turquoise. HEX triplet: A9, FA and F1. RGB value is (169,250,241). Sum of RGB (Red+Green+Blue) = 169+250+241=660 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.61% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FAF1 is #56050E. Grayscale: #E0E0E0. Windows color (decimal): -5637391 or 15858345. OLE color: 15858345.

HSL color Cylindrical-coordinate representation of color #A9FAF1: hue angle of 173.33º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9FAF1 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 250 241 -
CMYK 0.32 0 0.04 0.02
HSL 173.33º 0.89% 0.82% -
HSV(B) 173.33º 0.32% 0.98% -
XYZ 66.42 83.16 95.77 -
YUV 224.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 169 250 241 0.32 0 0.04 0.02 173.33 0.89 0.82
Hex A9 FA F1 20 0 4 2 AD 59 52
Octal 251 372 361 40 0 4 2 255 131 122
Binary 10101001 11111010 11110001 100000 0 100 10 10101101 1011001 1010010

Color Harmonies of #A9FAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9FAF1

Black with #A9FAF1

Text Example


Text Example

White with #A9FAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9FAF1; }

 p { color: rgb(169,250,241); }

 H1.HeaderClassName
 {
   color: #A9FAF1;
 }
 .AnyTagClassName
 {
   color: #A9FAF1;
 }
</style>

background-color css

<style>
 a { background-color: #A9FAF1; }

 a { background-color: rgb(169,250,241); }

 div.DivClassName
 {
   background-color: #A9FAF1;
 }
 .BgClassName
 {
   background-color: #A9FAF1;
 }
</style>

border-color css

<style>
 span { border-color: #A9FAF1; }

 span { border-color: rgb(169,250,241); }

 td.TdClassName
 {
   border-color: #A9FAF1;
 }
 .TagClassName
 {
   border-color: #A9FAF1;
 }
</style>