#A7EEEB

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

Shades of Pale Turquoise #A7EEEB

Tints of Pale Turquoise #A7EEEB

Color information

#A7EEEB (or 0xA7EEEB) is unknown color: approx Pale Turquoise. HEX triplet: A7, EE and EB. RGB value is (167,238,235). Sum of RGB (Red+Green+Blue) = 167+238+235=640 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.09% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #A7EEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EEEB is #581114. Grayscale: #D8D8D8. Windows color (decimal): -5771541 or 15462055. OLE color: 15462055.

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

Color convert

RGB167238235-
CMYK0.3000.010.07
HSL177.46º67.62%79.41%-
HSV(B)177.46º29.83%93.33%-
XYZ61.5175.3689.9-
YUV216.43138.4892.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.09%
GREEN value IS 238 (93.36% from 255) = 37.19%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=26.09%
G=37.19%
B=36.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672382350.3000.010.07177.4667.6279.41
HexA7EEEB1E017b1444f
Octal24735635336017261104117
Binary10100111111011101110101111110011111011000110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EEEB; }

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

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

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

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

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

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

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

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