#A5FAFC

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

Shades of Pale Turquoise #A5FAFC

Tints of Pale Turquoise #A5FAFC

Color information

#A5FAFC (or 0xA5FAFC) is unknown color: approx Pale Turquoise. HEX triplet: A5, FA and FC. RGB value is (165,250,252). Sum of RGB (Red+Green+Blue) = 165+250+252=667 (88% of max value = 765). Red value is 165 (64.84% from 255 or 24.74% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5FAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FAFC is #5A0503. Grayscale: #E0E0E0. Windows color (decimal): -5899524 or 16579237. OLE color: 16579237.

HSL color Cylindrical-coordinate representation of color #A5FAFC: hue angle of 181.38º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FAFC is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB165250252-
CMYK0.350.0100.01
HSL181.38º93.55%81.76%-
HSV(B)181.38º34.52%98.82%-
XYZ67.2783.4104.65-
YUV224.81143.3485.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 24.74%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=24.74%
G=37.48%
B=37.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652502520.350.0100.01181.3893.5581.76
HexA5FAFC23101b55e52
Octal24537237443101265136122
Binary1010010111111010111111001000111011011010110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FAFC; }

 p { color: rgb(165,250,252); }

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

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

 a { background-color: rgb(165,250,252); }

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

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

 span { border-color: rgb(165,250,252); }

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