#A4FCEE

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

Shades of Pale Turquoise #A4FCEE

Tints of Pale Turquoise #A4FCEE

Color information

#A4FCEE (or 0xA4FCEE) is unknown color: approx Pale Turquoise. HEX triplet: A4, FC and EE. RGB value is (164,252,238). Sum of RGB (Red+Green+Blue) = 164+252+238=654 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.08% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FCEE is #5B0311. Grayscale: #E0E0E0. Windows color (decimal): -5964562 or 15662244. OLE color: 15662244.

HSL color Cylindrical-coordinate representation of color #A4FCEE: hue angle of 170.45º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FCEE is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB164252238-
CMYK0.3500.060.01
HSL170.45º93.62%81.57%-
HSV(B)170.45º34.92%98.82%-
XYZ65.5583.6993.59-
YUV224.09135.8585.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.08%
GREEN value IS 252 (98.83% from 255) = 38.53%
BLUE value IS 238 (93.36% from 255) = 36.39%
R=25.08%
G=38.53%
B=36.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642522380.3500.060.01170.4593.6281.57
HexA4FCEE23061aa5e52
Octal24437435643061252136122
Binary101001001111110011101110100011011011010101010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FCEE; }

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

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

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

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

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

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

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

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