#A7FFF5

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

Shades of Pale Turquoise #A7FFF5

Tints of Pale Turquoise #A7FFF5

Color information

#A7FFF5 (or 0xA7FFF5) is unknown color: approx Pale Turquoise. HEX triplet: A7, FF and F5. RGB value is (167,255,245). Sum of RGB (Red+Green+Blue) = 167+255+245=667 (88% of max value = 765). Red value is 167 (65.62% from 255 or 25.04% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FFF5 is #58000A. Grayscale: #E3E3E3. Windows color (decimal): -5767179 or 16121767. OLE color: 16121767.

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

Color convert

RGB167255245-
CMYK0.3500.040
HSL173.18º100%82.75%-
HSV(B)173.18º34.51%100%-
XYZ68.1886.3399.46-
YUV227.55137.8584.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.04%
GREEN value IS 255 (100% from 255) = 38.23%
BLUE value IS 245 (96.09% from 255) = 36.73%
R=25.04%
G=38.23%
B=36.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1672552450.3500.040173.1810082.75
HexA7FFF523040ad6453
Octal24737736543040255144123
Binary101001111111111111110101100011010001010110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FFF5; }

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

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

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

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

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

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

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

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