#A4FCEF

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

Shades of Pale Turquoise #A4FCEF

Tints of Pale Turquoise #A4FCEF

Color information

#A4FCEF (or 0xA4FCEF) is unknown color: approx Pale Turquoise. HEX triplet: A4, FC and EF. RGB value is (164,252,239). Sum of RGB (Red+Green+Blue) = 164+252+239=655 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.04% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FCEF is #5B0310. Grayscale: #E0E0E0. Windows color (decimal): -5964561 or 15727780. OLE color: 15727780.

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

Color convert

RGB164252239-
CMYK0.3500.050.01
HSL171.14º93.62%81.57%-
HSV(B)171.14º34.92%98.82%-
XYZ65.783.7594.36-
YUV224.21136.3585.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.04%
GREEN value IS 252 (98.83% from 255) = 38.47%
BLUE value IS 239 (93.75% from 255) = 36.49%
R=25.04%
G=38.47%
B=36.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642522390.3500.050.01171.1493.6281.57
HexA4FCEF23051ab5e52
Octal24437435743051253136122
Binary101001001111110011101111100011010111010101110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FCEF; }

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

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

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

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

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

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

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

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