#A9F1FF

Color #A9F1FF Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #A9F1FF

Tints of Pale Turquoise #A9F1FF

Color information

#A9F1FF (or 0xA9F1FF) is unknown color: approx Pale Turquoise. HEX triplet: A9, F1 and FF. RGB value is (169,241,255). Sum of RGB (Red+Green+Blue) = 169+241+255=665 (88% of max value = 765). Red value is 169 (66.41% from 255 or 25.41% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9F1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F1FF is #560E00. Grayscale: #DCDCDC. Windows color (decimal): -5639681 or 16773545. OLE color: 16773545.

HSL color Cylindrical-coordinate representation of color #A9F1FF: hue angle of 189.77º 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 #A9F1FF is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB169241255-
CMYK0.340.0500
HSL189.77º100%83.14%-
HSV(B)189.77º33.73%100%-
XYZ65.8778.57106.3-
YUV221.07147.1590.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.41%
GREEN value IS 241 (94.53% from 255) = 36.24%
BLUE value IS 255 (100% from 255) = 38.35%
R=25.41%
G=36.24%
B=38.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692412550.340.0500189.7710083.14
HexA9F1FF22500be6453
Octal25136137742500276144123
Binary101010011111000111111111100010101001011111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F1FF; }

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

 H1.HeaderClassName
 {
   color: #A9F1FF;
 }
 .AnyTagClassName
 {
   color: #A9F1FF;
 }
</style>
background-color css

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

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

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

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

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

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