#A4FEFE

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

Shades of Pale Turquoise #A4FEFE

Tints of Pale Turquoise #A4FEFE

Color information

#A4FEFE (or 0xA4FEFE) is unknown color: approx Pale Turquoise. HEX triplet: A4, FE and FE. RGB value is (164,254,254). Sum of RGB (Red+Green+Blue) = 164+254+254=672 (89% of max value = 765). Red value is 164 (64.45% from 255 or 24.40% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #A4FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FEFE is #5B0101. Grayscale: #E2E2E2. Windows color (decimal): -5964034 or 16711332. OLE color: 16711332.

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

Color convert

RGB164254254-
CMYK0.35000.00
HSL180º97.83%81.96%-
HSV(B)180º35.43%99.61%-
XYZ68.6485.93106.73-
YUV227.09143.1883-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.40%
GREEN value IS 254 (99.61% from 255) = 37.80%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=24.40%
G=37.80%
B=37.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642542540.35000.0018097.8381.96
HexA4FEFE23000b46252
Octal24437637643000264142122
Binary1010010011111110111111101000110001011010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FEFE; }

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

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

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

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

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

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

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

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