#A7EAED

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

Shades of Pale Turquoise #A7EAED

Tints of Pale Turquoise #A7EAED

Color information

#A7EAED (or 0xA7EAED) is unknown color: approx Pale Turquoise. HEX triplet: A7, EA and ED. RGB value is (167,234,237). Sum of RGB (Red+Green+Blue) = 167+234+237=638 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.18% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #A7EAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EAED is #581512. Grayscale: #D6D6D6. Windows color (decimal): -5772563 or 15592103. OLE color: 15592103.

HSL color Cylindrical-coordinate representation of color #A7EAED: hue angle of 182.57º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EAED is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167234237-
CMYK0.300.0100.07
HSL182.57º66.04%79.22%-
HSV(B)182.57º29.54%92.94%-
XYZ60.6573.1891.05-
YUV214.31140.894.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.18%
GREEN value IS 234 (91.80% from 255) = 36.68%
BLUE value IS 237 (92.97% from 255) = 37.15%
R=26.18%
G=36.68%
B=37.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672342370.300.0100.07182.5766.0479.22
HexA7EAED1E107b7424f
Octal24735235536107267102117
Binary10100111111010101110110111110101111011011110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EAED; }

 p { color: rgb(167,234,237); }

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

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

 a { background-color: rgb(167,234,237); }

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

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

 span { border-color: rgb(167,234,237); }

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