#A5FAFF

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

Shades of Pale Turquoise #A5FAFF

Tints of Pale Turquoise #A5FAFF

Color information

#A5FAFF (or 0xA5FAFF) is unknown color: approx Pale Turquoise. HEX triplet: A5, FA and FF. RGB value is (165,250,255). Sum of RGB (Red+Green+Blue) = 165+250+255=670 (88% of max value = 765). Red value is 165 (64.84% from 255 or 24.63% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FAFF is #5A0500. Grayscale: #E1E1E1. Windows color (decimal): -5899521 or 16775845. OLE color: 16775845.

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

Color convert

RGB165250255-
CMYK0.350.0200
HSL183.33º100%82.35%-
HSV(B)183.33º35.29%100%-
XYZ67.7583.59107.17-
YUV225.16144.8485.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 24.63%
GREEN value IS 250 (98.05% from 255) = 37.31%
BLUE value IS 255 (100% from 255) = 38.06%
R=24.63%
G=37.31%
B=38.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652502550.350.0200183.3310082.35
HexA5FAFF23200b76452
Octal24537237743200267144122
Binary10100101111110101111111110001110001011011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FAFF; }

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

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

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

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

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

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

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

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