#A7FAF5

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

Shades of Pale Turquoise #A7FAF5

Tints of Pale Turquoise #A7FAF5

Color information

#A7FAF5 (or 0xA7FAF5) is unknown color: approx Pale Turquoise. HEX triplet: A7, FA and F5. RGB value is (167,250,245). Sum of RGB (Red+Green+Blue) = 167+250+245=662 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.23% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 245 (96.09% from 255 or 37.01% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #A7FAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FAF5 is #58050A. Grayscale: #E0E0E0. Windows color (decimal): -5768459 or 16120487. OLE color: 16120487.

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

Color convert

RGB167250245-
CMYK0.3300.020.02
HSL176.39º89.25%81.76%-
HSV(B)176.39º33.2%98.04%-
XYZ66.683.1898.93-
YUV224.61139.586.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.23%
GREEN value IS 250 (98.05% from 255) = 37.76%
BLUE value IS 245 (96.09% from 255) = 37.01%
R=25.23%
G=37.76%
B=37.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672502450.3300.020.02176.3989.2581.76
HexA7FAF521022b05952
Octal24737236541022260131122
Binary101001111111101011110101100001010101011000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FAF5; }

 p { color: rgb(167,250,245); }

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

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

 a { background-color: rgb(167,250,245); }

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

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

 span { border-color: rgb(167,250,245); }

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