#A4F3EA

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

Shades of Pale Turquoise #A4F3EA

Tints of Pale Turquoise #A4F3EA

Color information

#A4F3EA (or 0xA4F3EA) is unknown color: approx Pale Turquoise. HEX triplet: A4, F3 and EA. RGB value is (164,243,234). Sum of RGB (Red+Green+Blue) = 164+243+234=641 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.59% from 641); Green value is 243 (95.31% from 255 or 37.91% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 243 - color contains mainly: green. Hex color #A4F3EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F3EA is #5B0C15. Grayscale: #DADADA. Windows color (decimal): -5966870 or 15397796. OLE color: 15397796.

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

Color convert

RGB164243234-
CMYK0.3300.040.05
HSL173.16º76.7%79.8%-
HSV(B)173.16º32.51%95.29%-
XYZ62.2177.9389.61-
YUV218.35136.8389.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.59%
GREEN value IS 243 (95.31% from 255) = 37.91%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=25.59%
G=37.91%
B=36.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642432340.3300.040.05173.1676.779.8
HexA4F3EA21045ad4d50
Octal24436335241045255115120
Binary10100100111100111110101010000101001011010110110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F3EA; }

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

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

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

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

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

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

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

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