#A4F6FB

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

Shades of Pale Turquoise #A4F6FB

Tints of Pale Turquoise #A4F6FB

Color information

#A4F6FB (or 0xA4F6FB) is unknown color: approx Pale Turquoise. HEX triplet: A4, F6 and FB. RGB value is (164,246,251). Sum of RGB (Red+Green+Blue) = 164+246+251=661 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.81% from 661); Green value is 246 (96.48% from 255 or 37.22% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4F6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F6FB is #5B0904. Grayscale: #DDDDDD. Windows color (decimal): -5966085 or 16512676. OLE color: 16512676.

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

Color convert

RGB164246251-
CMYK0.350.0200.02
HSL183.45º91.58%81.37%-
HSV(B)183.45º34.66%98.43%-
XYZ65.6880.77103.4-
YUV222.05144.3386.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.81%
GREEN value IS 246 (96.48% from 255) = 37.22%
BLUE value IS 251 (98.44% from 255) = 37.97%
R=24.81%
G=37.22%
B=37.97%

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
Decimal1642462510.350.0200.02183.4591.5881.37
HexA4F6FB23202b75c51
Octal24436637343202267134121
Binary101001001111011011111011100011100101011011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F6FB; }

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

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

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

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

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

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

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

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