#A5FCEC

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

Shades of Pale Turquoise #A5FCEC

Tints of Pale Turquoise #A5FCEC

Color information

#A5FCEC (or 0xA5FCEC) is unknown color: approx Pale Turquoise. HEX triplet: A5, FC and EC. RGB value is (165,252,236). Sum of RGB (Red+Green+Blue) = 165+252+236=653 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.27% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FCEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FCEC is #5A0313. Grayscale: #E0E0E0. Windows color (decimal): -5899028 or 15531173. OLE color: 15531173.

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

Color convert

RGB165252236-
CMYK0.3500.060.01
HSL168.97º93.55%81.76%-
HSV(B)168.97º34.52%98.82%-
XYZ65.4783.6892.06-
YUV224.16134.6885.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.27%
GREEN value IS 252 (98.83% from 255) = 38.59%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=25.27%
G=38.59%
B=36.14%

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
Decimal1652522360.3500.060.01168.9793.5581.76
HexA5FCEC23061a95e52
Octal24537435443061251136122
Binary101001011111110011101100100011011011010100110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FCEC; }

 p { color: rgb(165,252,236); }

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

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

 a { background-color: rgb(165,252,236); }

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

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

 span { border-color: rgb(165,252,236); }

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