#A4FFEE

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

Shades of Pale Turquoise #A4FFEE

Tints of Pale Turquoise #A4FFEE

Color information

#A4FFEE (or 0xA4FFEE) is unknown color: approx Pale Turquoise. HEX triplet: A4, FF and EE. RGB value is (164,255,238). Sum of RGB (Red+Green+Blue) = 164+255+238=657 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.96% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FFEE is #5B0011. Grayscale: #E1E1E1. Windows color (decimal): -5963794 or 15663012. OLE color: 15663012.

HSL color Cylindrical-coordinate representation of color #A4FFEE: hue angle of 168.79º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4FFEE is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB164255238-
CMYK0.3600.070
HSL168.79º100%82.16%-
HSV(B)168.79º35.69%100%-
XYZ66.585.5993.9-
YUV225.85134.8583.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.96%
GREEN value IS 255 (100% from 255) = 38.81%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=24.96%
G=38.81%
B=36.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642552380.3600.070168.7910082.16
HexA4FFEE24070a96452
Octal24437735644070251144122
Binary101001001111111111101110100100011101010100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FFEE; }

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

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

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

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

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

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

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

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