#A5F1FA

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

Shades of Pale Turquoise #A5F1FA

Tints of Pale Turquoise #A5F1FA

Color information

#A5F1FA (or 0xA5F1FA) is unknown color: approx Pale Turquoise. HEX triplet: A5, F1 and FA. RGB value is (165,241,250). Sum of RGB (Red+Green+Blue) = 165+241+250=656 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.15% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5F1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F1FA is #5A0E05. Grayscale: #DBDBDB. Windows color (decimal): -5901830 or 16445861. OLE color: 16445861.

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

Color convert

RGB165241250-
CMYK0.340.0400.02
HSL186.35º89.47%81.37%-
HSV(B)186.35º34%98.04%-
XYZ64.2377.81102.08-
YUV219.3145.3289.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.15%
GREEN value IS 241 (94.53% from 255) = 36.74%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=25.15%
G=36.74%
B=38.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652412500.340.0400.02186.3589.4781.37
HexA5F1FA22402ba5951
Octal24536137242402272131121
Binary1010010111110001111110101000101000101011101010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F1FA; }

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

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

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

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

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

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

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

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