#A7EAEE

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

Shades of Pale Turquoise #A7EAEE

Tints of Pale Turquoise #A7EAEE

Color information

#A7EAEE (or 0xA7EAEE) is unknown color: approx Pale Turquoise. HEX triplet: A7, EA and EE. RGB value is (167,234,238). Sum of RGB (Red+Green+Blue) = 167+234+238=639 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.13% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #A7EAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EAEE is #581511. Grayscale: #D6D6D6. Windows color (decimal): -5772562 or 15657639. OLE color: 15657639.

HSL color Cylindrical-coordinate representation of color #A7EAEE: hue angle of 183.38º degrees, saturation: 0.68, 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 #A7EAEE is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167234238-
CMYK0.300.0200.07
HSL183.38º67.62%79.41%-
HSV(B)183.38º29.83%93.33%-
XYZ60.7973.2391.82-
YUV214.42141.394.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.13%
GREEN value IS 234 (91.80% from 255) = 36.62%
BLUE value IS 238 (93.36% from 255) = 37.25%
R=26.13%
G=36.62%
B=37.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672342380.300.0200.07183.3867.6279.41
HexA7EAEE1E207b7444f
Octal24735235636207267104117
Binary101001111110101011101110111101001111011011110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EAEE; }

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

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

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

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

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

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

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

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