#A5FAFB

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

Shades of Pale Turquoise #A5FAFB

Tints of Pale Turquoise #A5FAFB

Color information

#A5FAFB (or 0xA5FAFB) is unknown color: approx Pale Turquoise. HEX triplet: A5, FA and FB. RGB value is (165,250,251). Sum of RGB (Red+Green+Blue) = 165+250+251=666 (88% of max value = 765). Red value is 165 (64.84% from 255 or 24.77% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5FAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FAFB is #5A0504. Grayscale: #E0E0E0. Windows color (decimal): -5899525 or 16513701. OLE color: 16513701.

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

Color convert

RGB165250251-
CMYK0.340.0000.02
HSL180.7º91.49%81.57%-
HSV(B)180.7º34.26%98.43%-
XYZ67.1283.34103.81-
YUV224.7142.8485.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 24.77%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=24.77%
G=37.54%
B=37.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652502510.340.0000.02180.791.4981.57
HexA5FAFB22002b55b52
Octal24537237342002265133122
Binary10100101111110101111101110001000101011010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FAFB; }

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

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

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

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

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

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

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

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