#A4FAEE

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

Shades of Pale Turquoise #A4FAEE

Tints of Pale Turquoise #A4FAEE

Color information

#A4FAEE (or 0xA4FAEE) is unknown color: approx Pale Turquoise. HEX triplet: A4, FA and EE. RGB value is (164,250,238). Sum of RGB (Red+Green+Blue) = 164+250+238=652 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.15% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FAEE is #5B0511. Grayscale: #DEDEDE. Windows color (decimal): -5965074 or 15661732. OLE color: 15661732.

HSL color Cylindrical-coordinate representation of color #A4FAEE: hue angle of 171.63º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4FAEE is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB164250238-
CMYK0.3400.050.02
HSL171.63º89.58%81.18%-
HSV(B)171.63º34.4%98.04%-
XYZ64.9382.4493.38-
YUV222.92136.5185.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.15%
GREEN value IS 250 (98.05% from 255) = 38.34%
BLUE value IS 238 (93.36% from 255) = 36.50%
R=25.15%
G=38.34%
B=36.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642502380.3400.050.02171.6389.5881.18
HexA4FAEE22052ac5a51
Octal24437235642052254132121
Binary1010010011111010111011101000100101101010110010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FAEE; }

 p { color: rgb(164,250,238); }

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

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

 a { background-color: rgb(164,250,238); }

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

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

 span { border-color: rgb(164,250,238); }

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