#A7F4FD

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

Shades of Pale Turquoise #A7F4FD

Tints of Pale Turquoise #A7F4FD

Color information

#A7F4FD (or 0xA7F4FD) is unknown color: approx Pale Turquoise. HEX triplet: A7, F4 and FD. RGB value is (167,244,253). Sum of RGB (Red+Green+Blue) = 167+244+253=664 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.15% from 664); Green value is 244 (95.70% from 255 or 36.75% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #A7F4FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F4FD is #580B02. Grayscale: #DDDDDD. Windows color (decimal): -5769987 or 16643239. OLE color: 16643239.

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

Color convert

RGB167244253-
CMYK0.340.0400.01
HSL186.28º95.56%82.35%-
HSV(B)186.28º33.99%99.22%-
XYZ66.0280.01104.89-
YUV222145.4988.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.15%
GREEN value IS 244 (95.70% from 255) = 36.75%
BLUE value IS 253 (99.22% from 255) = 38.10%
R=25.15%
G=36.75%
B=38.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672442530.340.0400.01186.2895.5682.35
HexA7F4FD22401ba6052
Octal24736437542401272140122
Binary101001111111010011111101100010100011011101011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F4FD; }

 p { color: rgb(167,244,253); }

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

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

 a { background-color: rgb(167,244,253); }

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

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

 span { border-color: rgb(167,244,253); }

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