#A5FFF1

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

Shades of Pale Turquoise #A5FFF1

Tints of Pale Turquoise #A5FFF1

Color information

#A5FFF1 (or 0xA5FFF1) is unknown color: approx Pale Turquoise. HEX triplet: A5, FF and F1. RGB value is (165,255,241). Sum of RGB (Red+Green+Blue) = 165+255+241=661 (87% of max value = 765). Red value is 165 (64.84% from 255 or 24.96% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FFF1 is #5A000E. Grayscale: #E2E2E2. Windows color (decimal): -5898255 or 15859621. OLE color: 15859621.

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

Color convert

RGB165255241-
CMYK0.3500.050
HSL170.67º100%82.35%-
HSV(B)170.67º35.29%100%-
XYZ67.1585.8796.25-
YUV226.49136.1884.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 24.96%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 241 (94.53% from 255) = 36.46%
R=24.96%
G=38.58%
B=36.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652552410.3500.050170.6710082.35
HexA5FFF123050ab6452
Octal24537736143050253144122
Binary101001011111111111110001100011010101010101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FFF1; }

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

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

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

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

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

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

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

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