#A4FAFD

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

Shades of Pale Turquoise #A4FAFD

Tints of Pale Turquoise #A4FAFD

Color information

#A4FAFD (or 0xA4FAFD) is unknown color: approx Pale Turquoise. HEX triplet: A4, FA and FD. RGB value is (164,250,253). Sum of RGB (Red+Green+Blue) = 164+250+253=667 (88% of max value = 765). Red value is 164 (64.45% from 255 or 24.59% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4FAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FAFD is #5B0502. Grayscale: #E0E0E0. Windows color (decimal): -5965059 or 16644772. OLE color: 16644772.

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

Color convert

RGB164250253-
CMYK0.350.0100.01
HSL182.02º95.7%81.76%-
HSV(B)182.02º35.18%99.22%-
XYZ67.2383.36105.47-
YUV224.63144.0184.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.59%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=24.59%
G=37.48%
B=37.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642502530.350.0100.01182.0295.781.76
HexA4FAFD23101b66052
Octal24437237543101266140122
Binary1010010011111010111111011000111011011011011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FAFD; }

 p { color: rgb(164,250,253); }

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

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

 a { background-color: rgb(164,250,253); }

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

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

 span { border-color: rgb(164,250,253); }

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