#A5F2FC

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

Shades of Pale Turquoise #A5F2FC

Tints of Pale Turquoise #A5F2FC

Color information

#A5F2FC (or 0xA5F2FC) is unknown color: approx Pale Turquoise. HEX triplet: A5, F2 and FC. RGB value is (165,242,252). Sum of RGB (Red+Green+Blue) = 165+242+252=659 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25.04% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5F2FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F2FC is #5A0D03. Grayscale: #DCDCDC. Windows color (decimal): -5901572 or 16577189. OLE color: 16577189.

HSL color Cylindrical-coordinate representation of color #A5F2FC: hue angle of 186.9º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5F2FC is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB165242252-
CMYK0.350.0400.01
HSL186.9º93.55%81.76%-
HSV(B)186.9º34.52%98.82%-
XYZ64.8478.53103.84-
YUV220.12145.9988.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.04%
GREEN value IS 242 (94.92% from 255) = 36.72%
BLUE value IS 252 (98.83% from 255) = 38.24%
R=25.04%
G=36.72%
B=38.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652422520.350.0400.01186.993.5581.76
HexA5F2FC23401bb5e52
Octal24536237443401273136122
Binary101001011111001011111100100011100011011101110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F2FC; }

 p { color: rgb(165,242,252); }

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

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

 a { background-color: rgb(165,242,252); }

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

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

 span { border-color: rgb(165,242,252); }

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