#A4F7FB

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

Shades of Pale Turquoise #A4F7FB

Tints of Pale Turquoise #A4F7FB

Color information

#A4F7FB (or 0xA4F7FB) is unknown color: approx Pale Turquoise. HEX triplet: A4, F7 and FB. RGB value is (164,247,251). Sum of RGB (Red+Green+Blue) = 164+247+251=662 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.77% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4F7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F7FB is #5B0804. Grayscale: #DEDEDE. Windows color (decimal): -5965829 or 16512932. OLE color: 16512932.

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

Color convert

RGB164247251-
CMYK0.350.0200.02
HSL182.76º91.58%81.37%-
HSV(B)182.76º34.66%98.43%-
XYZ65.9881.38103.5-
YUV222.6414486.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.77%
GREEN value IS 247 (96.88% from 255) = 37.31%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=24.77%
G=37.31%
B=37.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642472510.350.0200.02182.7691.5881.37
HexA4F7FB23202b75c51
Octal24436737343202267134121
Binary101001001111011111111011100011100101011011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F7FB; }

 p { color: rgb(164,247,251); }

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

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

 a { background-color: rgb(164,247,251); }

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

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

 span { border-color: rgb(164,247,251); }

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