#A7EBE4

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

Shades of Pale Turquoise #A7EBE4

Tints of Pale Turquoise #A7EBE4

Color information

#A7EBE4 (or 0xA7EBE4) is unknown color: approx Pale Turquoise. HEX triplet: A7, EB and E4. RGB value is (167,235,228). Sum of RGB (Red+Green+Blue) = 167+235+228=630 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.51% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #A7EBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EBE4 is #58141B. Grayscale: #D5D5D5. Windows color (decimal): -5772316 or 15002535. OLE color: 15002535.

HSL color Cylindrical-coordinate representation of color #A7EBE4: hue angle of 173.82º 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 #A7EBE4 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB167235228-
CMYK0.2900.030.08
HSL173.82º62.96%78.82%-
HSV(B)173.82º28.94%92.16%-
XYZ59.6573.2384.39-
YUV213.87135.9794.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.51%
GREEN value IS 235 (92.19% from 255) = 37.30%
BLUE value IS 228 (89.45% from 255) = 36.19%
R=26.51%
G=37.30%
B=36.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1672352280.2900.030.08173.8262.9678.82
HexA7EBE41D038ae3f4f
Octal24735334435031025677117
Binary101001111110101111100100111010111000101011101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EBE4; }

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

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

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

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

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

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

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

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