#A9F2FF

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

Shades of Pale Turquoise #A9F2FF

Tints of Pale Turquoise #A9F2FF

Color information

#A9F2FF (or 0xA9F2FF) is unknown color: approx Pale Turquoise. HEX triplet: A9, F2 and FF. RGB value is (169,242,255). Sum of RGB (Red+Green+Blue) = 169+242+255=666 (88% of max value = 765). Red value is 169 (66.41% from 255 or 25.38% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9F2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F2FF is #560D00. Grayscale: #DDDDDD. Windows color (decimal): -5639425 or 16773801. OLE color: 16773801.

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

Color convert

RGB169242255-
CMYK0.340.0500
HSL189.07º100%83.14%-
HSV(B)189.07º33.73%100%-
XYZ66.1679.16106.4-
YUV221.66146.8290.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.38%
GREEN value IS 242 (94.92% from 255) = 36.34%
BLUE value IS 255 (100% from 255) = 38.29%
R=25.38%
G=36.34%
B=38.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692422550.340.0500189.0710083.14
HexA9F2FF22500bd6453
Octal25136237742500275144123
Binary101010011111001011111111100010101001011110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F2FF; }

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

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

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

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

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

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

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

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