Html Css Color HEX #A9FDF6 Pale Turquoise

📋 copy color: '#A9FDF6'

red 169 ◦ green 253 ◦ blue 246

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

Shades of Pale Turquoise #A9FDF6

Tints of Pale Turquoise #A9FDF6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.87%

 BLUE value IS 246 (96.48% from 255) = 36.83%

R = 25.3%
G = 37.87%
B = 36.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#A9FDF6 (or 0xA9FDF6) is known color: Pale Turquoise. HEX triplet: A9, FD and F6. RGB value is (169,253,246). Sum of RGB (Red+Green+Blue) = 169+253+246=668 (88% of max value = 765). Red value is 169 (66.41% from 255 or 25.30% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FDF6 is #560209. Grayscale: #E3E3E3. Windows color (decimal): -5636618 or 16186793. OLE color: 16186793.

HSL color Cylindrical-coordinate representation of color #A9FDF6: hue angle of 175º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FDF6 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 253 246 -
CMYK 0.33 0 0.03 0.01
HSL 175º 0.95% 0.83% -
HSV(B) 175º 0.33% 0.99% -
XYZ 68.12 85.34 100.07 -
YUV 227.09 138.67 86.57 -
System Red Green Blue C M Y K H S L
Decimal 169 253 246 0.33 0 0.03 0.01 175 0.95 0.83
Hex A9 FD F6 21 0 3 1 AF 5F 53
Octal 251 375 366 41 0 3 1 257 137 123
Binary 10101001 11111101 11110110 100001 0 11 1 10101111 1011111 1010011

Color Harmonies of #A9FDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9FDF6

Black with #A9FDF6

Text Example


Text Example

White with #A9FDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9FDF6; }

 p { color: rgb(169,253,246); }

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

background-color css

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

 a { background-color: rgb(169,253,246); }

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

border-color css

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

 span { border-color: rgb(169,253,246); }

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