#A4F4EB

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

Shades of Pale Turquoise #A4F4EB

Tints of Pale Turquoise #A4F4EB

Color information

#A4F4EB (or 0xA4F4EB) is unknown color: approx Pale Turquoise. HEX triplet: A4, F4 and EB. RGB value is (164,244,235). Sum of RGB (Red+Green+Blue) = 164+244+235=643 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.51% from 643); Green value is 244 (95.70% from 255 or 37.95% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 244 - color contains mainly: green. Hex color #A4F4EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F4EB is #5B0B14. Grayscale: #DBDBDB. Windows color (decimal): -5966613 or 15463588. OLE color: 15463588.

HSL color Cylindrical-coordinate representation of color #A4F4EB: hue angle of 173.25º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4F4EB is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB164244235-
CMYK0.3300.040.04
HSL173.25º78.43%80%-
HSV(B)173.25º32.79%95.69%-
XYZ62.6678.5990.46-
YUV219.0513788.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.51%
GREEN value IS 244 (95.70% from 255) = 37.95%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=25.51%
G=37.95%
B=36.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1642442350.3300.040.04173.2578.4380
HexA4F4EB21044ad4e50
Octal24436435341044255116120
Binary10100100111101001110101110000101001001010110110011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F4EB; }

 p { color: rgb(164,244,235); }

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

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

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

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

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

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

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