#A3EDE7

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

Shades of Pale Turquoise #A3EDE7

Tints of Pale Turquoise #A3EDE7

Color information

#A3EDE7 (or 0xA3EDE7) is unknown color: approx Pale Turquoise. HEX triplet: A3, ED and E7. RGB value is (163,237,231). Sum of RGB (Red+Green+Blue) = 163+237+231=631 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.83% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EDE7 is #5C1218. Grayscale: #D6D6D6. Windows color (decimal): -6033945 or 15199651. OLE color: 15199651.

HSL color Cylindrical-coordinate representation of color #A3EDE7: hue angle of 175.14º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3EDE7 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB163237231-
CMYK0.3100.030.07
HSL175.14º67.27%78.43%-
HSV(B)175.14º31.22%92.94%-
XYZ59.8174.1286.76-
YUV214.19137.4891.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.83%
GREEN value IS 237 (92.97% from 255) = 37.56%
BLUE value IS 231 (90.62% from 255) = 36.61%
R=25.83%
G=37.56%
B=36.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632372310.3100.030.07175.1467.2778.43
HexA3EDE71F037af434e
Octal24335534737037257103116
Binary101000111110110111100111111110111111010111110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EDE7; }

 p { color: rgb(163,237,231); }

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

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

 a { background-color: rgb(163,237,231); }

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

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

 span { border-color: rgb(163,237,231); }

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