#A4FEF7

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

Shades of Pale Turquoise #A4FEF7

Tints of Pale Turquoise #A4FEF7

Color information

#A4FEF7 (or 0xA4FEF7) is unknown color: approx Pale Turquoise. HEX triplet: A4, FE and F7. RGB value is (164,254,247). Sum of RGB (Red+Green+Blue) = 164+254+247=665 (88% of max value = 765). Red value is 164 (64.45% from 255 or 24.66% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 247 (96.88% from 255 or 37.14% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FEF7 is #5B0108. Grayscale: #E2E2E2. Windows color (decimal): -5964041 or 16252580. OLE color: 16252580.

HSL color Cylindrical-coordinate representation of color #A4FEF7: hue angle of 175.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FEF7 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB164254247-
CMYK0.3500.030.00
HSL175.33º97.83%81.96%-
HSV(B)175.33º35.43%99.61%-
XYZ67.5485.49100.94-
YUV226.29139.6883.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.66%
GREEN value IS 254 (99.61% from 255) = 38.20%
BLUE value IS 247 (96.88% from 255) = 37.14%
R=24.66%
G=38.20%
B=37.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642542470.3500.030.00175.3397.8381.96
HexA4FEF723030af6252
Octal24437636743030257142122
Binary10100100111111101111011110001101101010111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FEF7; }

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

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

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

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

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

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

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

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