#A4F8FD

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

Shades of Pale Turquoise #A4F8FD

Tints of Pale Turquoise #A4F8FD

Color information

#A4F8FD (or 0xA4F8FD) is unknown color: approx Pale Turquoise. HEX triplet: A4, F8 and FD. RGB value is (164,248,253). Sum of RGB (Red+Green+Blue) = 164+248+253=665 (88% of max value = 765). Red value is 164 (64.45% from 255 or 24.66% from 665); Green value is 248 (97.27% from 255 or 37.29% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4F8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F8FD is #5B0702. Grayscale: #DFDFDF. Windows color (decimal): -5965571 or 16644260. OLE color: 16644260.

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

Color convert

RGB164248253-
CMYK0.350.0200.01
HSL183.37º95.7%81.76%-
HSV(B)183.37º35.18%99.22%-
XYZ66.6182.12105.27-
YUV223.45144.6785.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.66%
GREEN value IS 248 (97.27% from 255) = 37.29%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=24.66%
G=37.29%
B=38.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642482530.350.0200.01183.3795.781.76
HexA4F8FD23201b76052
Octal24437037543201267140122
Binary10100100111110001111110110001110011011011111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F8FD; }

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

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

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

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

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

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

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

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