#A5F4FB

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

Shades of Pale Turquoise #A5F4FB

Tints of Pale Turquoise #A5F4FB

Color information

#A5F4FB (or 0xA5F4FB) is unknown color: approx Pale Turquoise. HEX triplet: A5, F4 and FB. RGB value is (165,244,251). Sum of RGB (Red+Green+Blue) = 165+244+251=660 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25% from 660); Green value is 244 (95.70% from 255 or 36.97% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5F4FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F4FB is #5A0B04. Grayscale: #DDDDDD. Windows color (decimal): -5901061 or 16512165. OLE color: 16512165.

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

Color convert

RGB165244251-
CMYK0.340.0300.02
HSL184.88º91.49%81.57%-
HSV(B)184.88º34.26%98.43%-
XYZ65.2879.67103.2-
YUV221.18144.8387.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25%
GREEN value IS 244 (95.70% from 255) = 36.97%
BLUE value IS 251 (98.44% from 255) = 38.03%
R=25%
G=36.97%
B=38.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652442510.340.0300.02184.8891.4981.57
HexA5F4FB22302b95b52
Octal24536437342302271133122
Binary101001011111010011111011100010110101011100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F4FB; }

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

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

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

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

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

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

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

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