#A5FFFD

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

Shades of Pale Turquoise #A5FFFD

Tints of Pale Turquoise #A5FFFD

Color information

#A5FFFD (or 0xA5FFFD) is unknown color: approx Pale Turquoise. HEX triplet: A5, FF and FD. RGB value is (165,255,253). Sum of RGB (Red+Green+Blue) = 165+255+253=673 (89% of max value = 765). Red value is 165 (64.84% from 255 or 24.52% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FFFD is #5A0002. Grayscale: #E3E3E3. Windows color (decimal): -5898243 or 16646053. OLE color: 16646053.

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

Color convert

RGB165255253-
CMYK0.3500.010
HSL178.67º100%82.35%-
HSV(B)178.67º35.29%100%-
XYZ69.0186.61106.01-
YUV227.86142.1883.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 24.52%
GREEN value IS 255 (100% from 255) = 37.89%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=24.52%
G=37.89%
B=37.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652552530.3500.010178.6710082.35
HexA5FFFD23010b36452
Octal24537737543010263144122
Binary1010010111111111111111011000110101011001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FFFD; }

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

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

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

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

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

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

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

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