#A4FEEA

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

Shades of Pale Turquoise #A4FEEA

Tints of Pale Turquoise #A4FEEA

Color information

#A4FEEA (or 0xA4FEEA) is unknown color: approx Pale Turquoise. HEX triplet: A4, FE and EA. RGB value is (164,254,234). Sum of RGB (Red+Green+Blue) = 164+254+234=652 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.15% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FEEA is #5B0115. Grayscale: #E0E0E0. Windows color (decimal): -5964054 or 15400612. OLE color: 15400612.

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

Color convert

RGB164254234-
CMYK0.3500.080.00
HSL166.67º97.83%81.96%-
HSV(B)166.67º35.43%99.61%-
XYZ65.684.7290.74-
YUV224.81133.1884.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.15%
GREEN value IS 254 (99.61% from 255) = 38.96%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=25.15%
G=38.96%
B=35.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642542340.3500.080.00166.6797.8381.96
HexA4FEEA23080a76252
Octal244376352430100247142122
Binary1010010011111110111010101000110100001010011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FEEA; }

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

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

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

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

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

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

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

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