#A5F7FB

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

Shades of Pale Turquoise #A5F7FB

Tints of Pale Turquoise #A5F7FB

Color information

#A5F7FB (or 0xA5F7FB) is unknown color: approx Pale Turquoise. HEX triplet: A5, F7 and FB. RGB value is (165,247,251). Sum of RGB (Red+Green+Blue) = 165+247+251=663 (87% of max value = 765). Red value is 165 (64.84% from 255 or 24.89% from 663); Green value is 247 (96.88% from 255 or 37.25% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5F7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F7FB is #5A0804. Grayscale: #DEDEDE. Windows color (decimal): -5900293 or 16512933. OLE color: 16512933.

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

Color convert

RGB165247251-
CMYK0.340.0200.02
HSL182.79º91.49%81.57%-
HSV(B)182.79º34.26%98.43%-
XYZ66.1981.49103.51-
YUV222.94143.8386.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 24.89%
GREEN value IS 247 (96.88% from 255) = 37.25%
BLUE value IS 251 (98.44% from 255) = 37.86%
R=24.89%
G=37.25%
B=37.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652472510.340.0200.02182.7991.4981.57
HexA5F7FB22202b75b52
Octal24536737342202267133122
Binary101001011111011111111011100010100101011011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F7FB; }

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

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

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

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

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

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

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

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