#A4FCED

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

Shades of Pale Turquoise #A4FCED

Tints of Pale Turquoise #A4FCED

Color information

#A4FCED (or 0xA4FCED) is unknown color: approx Pale Turquoise. HEX triplet: A4, FC and ED. RGB value is (164,252,237). Sum of RGB (Red+Green+Blue) = 164+252+237=653 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.11% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FCED is #5B0312. Grayscale: #DFDFDF. Windows color (decimal): -5964563 or 15596708. OLE color: 15596708.

HSL color Cylindrical-coordinate representation of color #A4FCED: hue angle of 169.77º 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 #A4FCED is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB164252237-
CMYK0.3500.060.01
HSL169.77º93.62%81.57%-
HSV(B)169.77º34.92%98.82%-
XYZ65.4183.6392.82-
YUV223.98135.3585.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.11%
GREEN value IS 252 (98.83% from 255) = 38.59%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=25.11%
G=38.59%
B=36.29%

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
Decimal1642522370.3500.060.01169.7793.6281.57
HexA4FCED23061aa5e52
Octal24437435543061252136122
Binary101001001111110011101101100011011011010101010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FCED; }

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

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

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

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

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

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

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

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