#a7f8ec

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

Shades of Pale Turquoise #A7F8EC

Tints of Pale Turquoise #A7F8EC

Color information

#A7F8EC (or 0xA7F8EC) is unknown color: approx Pale Turquoise. HEX triplet: A7, F8 and EC. RGB value is (167,248,236). Sum of RGB (Red+Green+Blue) = 167+248+236=651 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.65% from 651); Green value is 248 (97.27% from 255 or 38.10% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 248 - color contains mainly: green. Hex color #A7F8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F8EC is #580713. Grayscale: #DEDEDE. Windows color (decimal): -5768980 or 15530151. OLE color: 15530151.

HSL color Cylindrical-coordinate representation of color #A7F8EC: hue angle of 171.11º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7F8EC is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB167248236-
CMYK0.3300.050.03
HSL171.11º85.26%81.37%-
HSV(B)171.11º32.66%97.25%-
XYZ64.6481.4191.66-
YUV222.41135.6688.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.65%
GREEN value IS 248 (97.27% from 255) = 38.10%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=25.65%
G=38.10%
B=36.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1672482360.3300.050.03171.1185.2681.37
HexA7F8EC21053ab5551
Octal24737035441053253125121
Binary1010011111111000111011001000010101111010101110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7f8ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7f8ec; }

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

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

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

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

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

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

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

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