#A4F3E5

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

Shades of Pale Turquoise #A4F3E5

Tints of Pale Turquoise #A4F3E5

Color information

#A4F3E5 (or 0xA4F3E5) is unknown color: approx Pale Turquoise. HEX triplet: A4, F3 and E5. RGB value is (164,243,229). Sum of RGB (Red+Green+Blue) = 164+243+229=636 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.79% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #A4F3E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F3E5 is #5B0C1A. Grayscale: #D9D9D9. Windows color (decimal): -5966875 or 15070116. OLE color: 15070116.

HSL color Cylindrical-coordinate representation of color #A4F3E5: hue angle of 169.37º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4F3E5 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB164243229-
CMYK0.3300.060.05
HSL169.37º76.7%79.8%-
HSV(B)169.37º32.51%95.29%-
XYZ61.577.6585.88-
YUV217.78134.3389.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.79%
GREEN value IS 243 (95.31% from 255) = 38.21%
BLUE value IS 229 (89.84% from 255) = 36.01%
R=25.79%
G=38.21%
B=36.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642432290.3300.060.05169.3776.779.8
HexA4F3E521065a94d50
Octal24436334541065251115120
Binary10100100111100111110010110000101101011010100110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F3E5; }

 p { color: rgb(164,243,229); }

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

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

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

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

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

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

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