#A7FCEC

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

Shades of Pale Turquoise #A7FCEC

Tints of Pale Turquoise #A7FCEC

Color information

#A7FCEC (or 0xA7FCEC) is unknown color: approx Pale Turquoise. HEX triplet: A7, FC and EC. RGB value is (167,252,236). Sum of RGB (Red+Green+Blue) = 167+252+236=655 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.50% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #A7FCEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FCEC is #580313. Grayscale: #E0E0E0. Windows color (decimal): -5767956 or 15531175. OLE color: 15531175.

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

Color convert

RGB167252236-
CMYK0.3400.060.01
HSL168.71º93.41%82.16%-
HSV(B)168.71º33.73%98.82%-
XYZ65.8983.8992.08-
YUV224.76134.3486.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.50%
GREEN value IS 252 (98.83% from 255) = 38.47%
BLUE value IS 236 (92.58% from 255) = 36.03%
R=25.50%
G=38.47%
B=36.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672522360.3400.060.01168.7193.4182.16
HexA7FCEC22061a95d52
Octal24737435442061251135122
Binary101001111111110011101100100010011011010100110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FCEC; }

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

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

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

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

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

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

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

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