#A4FDFB

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

Shades of Pale Turquoise #A4FDFB

Tints of Pale Turquoise #A4FDFB

Color information

#A4FDFB (or 0xA4FDFB) is unknown color: approx Pale Turquoise. HEX triplet: A4, FD and FB. RGB value is (164,253,251). Sum of RGB (Red+Green+Blue) = 164+253+251=668 (88% of max value = 765). Red value is 164 (64.45% from 255 or 24.55% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FDFB is #5B0204. Grayscale: #E2E2E2. Windows color (decimal): -5964293 or 16514468. OLE color: 16514468.

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

Color convert

RGB164253251-
CMYK0.3500.010.01
HSL178.65º95.7%81.76%-
HSV(B)178.65º35.18%99.22%-
XYZ67.8585.11104.12-
YUV226.16142.0183.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.55%
GREEN value IS 253 (99.22% from 255) = 37.87%
BLUE value IS 251 (98.44% from 255) = 37.57%
R=24.55%
G=37.87%
B=37.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642532510.3500.010.01178.6595.781.76
HexA4FDFB23011b36052
Octal24437537343011263140122
Binary1010010011111101111110111000110111011001111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FDFB; }

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

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

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

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

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

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

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

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