#A4FCEB

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

Shades of Pale Turquoise #A4FCEB

Tints of Pale Turquoise #A4FCEB

Color information

#A4FCEB (or 0xA4FCEB) is unknown color: approx Pale Turquoise. HEX triplet: A4, FC and EB. RGB value is (164,252,235). Sum of RGB (Red+Green+Blue) = 164+252+235=651 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.19% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FCEB is #5B0314. Grayscale: #DFDFDF. Windows color (decimal): -5964565 or 15465636. OLE color: 15465636.

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

Color convert

RGB164252235-
CMYK0.3500.070.01
HSL168.41º93.62%81.57%-
HSV(B)168.41º34.92%98.82%-
XYZ65.1283.5191.28-
YUV223.75134.3585.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.19%
GREEN value IS 252 (98.83% from 255) = 38.71%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=25.19%
G=38.71%
B=36.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642522350.3500.070.01168.4193.6281.57
HexA4FCEB23071a85e52
Octal24437435343071250136122
Binary101001001111110011101011100011011111010100010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FCEB; }

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

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

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

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

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

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

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

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