Html Css Color HEX #A9FDFF Pale Turquoise

📋 copy color: '#A9FDFF'

red 169 ◦ green 253 ◦ blue 255

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

Shades of Pale Turquoise #A9FDFF

Tints of Pale Turquoise #A9FDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.67%

R = 24.96%
G = 37.37%
B = 37.67%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A9FDFF (or 0xA9FDFF) is known color: Pale Turquoise. HEX triplet: A9, FD and FF. RGB value is (169,253,255). Sum of RGB (Red+Green+Blue) = 169+253+255=677 (89% of max value = 765). Red value is 169 (66.41% from 255 or 24.96% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9FDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FDFF is #560200. Grayscale: #E4E4E4. Windows color (decimal): -5636609 or 16776617. OLE color: 16776617.

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

Color convert

RGB 169 253 255 -
CMYK 0.34 0.01 0 0
HSL 181.4º 1% 0.83% -
HSV(B) 181.4º 0.34% 1% -
XYZ 69.54 85.91 107.52 -
YUV 228.11 143.17 85.84 -
System Red Green Blue C M Y K H S L
Decimal 169 253 255 0.34 0.01 0 0 181.4 1 0.83
Hex A9 FD FF 22 1 0 0 B5 64 53
Octal 251 375 377 42 1 0 0 265 144 123
Binary 10101001 11111101 11111111 100010 1 0 0 10110101 1100100 1010011

Color Harmonies of #A9FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9FDFF

Black with #A9FDFF

Text Example


Text Example

White with #A9FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9FDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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