#A4F3EC

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

Shades of Pale Turquoise #A4F3EC

Tints of Pale Turquoise #A4F3EC

Color information

#A4F3EC (or 0xA4F3EC) is unknown color: approx Pale Turquoise. HEX triplet: A4, F3 and EC. RGB value is (164,243,236). Sum of RGB (Red+Green+Blue) = 164+243+236=643 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.51% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #A4F3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F3EC is #5B0C13. Grayscale: #DADADA. Windows color (decimal): -5966868 or 15528868. OLE color: 15528868.

HSL color Cylindrical-coordinate representation of color #A4F3EC: hue angle of 174.68º 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 #A4F3EC is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB164243236-
CMYK0.3300.030.05
HSL174.68º76.7%79.8%-
HSV(B)174.68º32.51%95.29%-
XYZ62.578.0591.13-
YUV218.58137.8389.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.51%
GREEN value IS 243 (95.31% from 255) = 37.79%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=25.51%
G=37.79%
B=36.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642432360.3300.030.05174.6876.779.8
HexA4F3EC21035af4d50
Octal24436335441035257115120
Binary1010010011110011111011001000010111011010111110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F3EC; }

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

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

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

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

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

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

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

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