#A7EBEA

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

Shades of Pale Turquoise #A7EBEA

Tints of Pale Turquoise #A7EBEA

Color information

#A7EBEA (or 0xA7EBEA) is unknown color: approx Pale Turquoise. HEX triplet: A7, EB and EA. RGB value is (167,235,234). Sum of RGB (Red+Green+Blue) = 167+235+234=636 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.26% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #A7EBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EBEA is #581415. Grayscale: #D6D6D6. Windows color (decimal): -5772310 or 15395751. OLE color: 15395751.

HSL color Cylindrical-coordinate representation of color #A7EBEA: hue angle of 179.12º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7EBEA is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB167235234-
CMYK0.2900.000.08
HSL179.12º62.96%78.82%-
HSV(B)179.12º28.94%92.16%-
XYZ60.573.5788.85-
YUV214.55138.9794.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.26%
GREEN value IS 235 (92.19% from 255) = 36.95%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=26.26%
G=36.95%
B=36.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1672352340.2900.000.08179.1262.9678.82
HexA7EBEA1D008b33f4f
Octal24735335235001026377117
Binary10100111111010111110101011101001000101100111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EBEA; }

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

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

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

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

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

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

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

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