#A5FFFB

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

Shades of Pale Turquoise #A5FFFB

Tints of Pale Turquoise #A5FFFB

Color information

#A5FFFB (or 0xA5FFFB) is unknown color: approx Pale Turquoise. HEX triplet: A5, FF and FB. RGB value is (165,255,251). Sum of RGB (Red+Green+Blue) = 165+255+251=671 (88% of max value = 765). Red value is 165 (64.84% from 255 or 24.59% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FFFB is #5A0004. Grayscale: #E3E3E3. Windows color (decimal): -5898245 or 16514981. OLE color: 16514981.

HSL color Cylindrical-coordinate representation of color #A5FFFB: hue angle of 177.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 #A5FFFB is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB165255251-
CMYK0.3500.020
HSL177.33º100%82.35%-
HSV(B)177.33º35.29%100%-
XYZ68.6986.48104.34-
YUV227.63141.1883.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 24.59%
GREEN value IS 255 (100% from 255) = 38.00%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=24.59%
G=38.00%
B=37.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652552510.3500.020177.3310082.35
HexA5FFFB23020b16452
Octal24537737343020261144122
Binary10100101111111111111101110001101001011000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FFFB; }

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

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

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

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

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

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

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

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