#A4FAF5

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

Shades of Pale Turquoise #A4FAF5

Tints of Pale Turquoise #A4FAF5

Color information

#A4FAF5 (or 0xA4FAF5) is unknown color: approx Pale Turquoise. HEX triplet: A4, FA and F5. RGB value is (164,250,245). Sum of RGB (Red+Green+Blue) = 164+250+245=659 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.89% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FAF5 is #5B050A. Grayscale: #DFDFDF. Windows color (decimal): -5965067 or 16120484. OLE color: 16120484.

HSL color Cylindrical-coordinate representation of color #A4FAF5: hue angle of 176.51º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4FAF5 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB164250245-
CMYK0.3400.020.02
HSL176.51º89.58%81.18%-
HSV(B)176.51º34.4%98.04%-
XYZ65.9882.8698.9-
YUV223.72140.0185.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.89%
GREEN value IS 250 (98.05% from 255) = 37.94%
BLUE value IS 245 (96.09% from 255) = 37.18%
R=24.89%
G=37.94%
B=37.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642502450.3400.020.02176.5189.5881.18
HexA4FAF522022b15a51
Octal24437236542022261132121
Binary101001001111101011110101100010010101011000110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FAF5; }

 p { color: rgb(164,250,245); }

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

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

 a { background-color: rgb(164,250,245); }

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

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

 span { border-color: rgb(164,250,245); }

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