#A5EDE8

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

Shades of Pale Turquoise #A5EDE8

Tints of Pale Turquoise #A5EDE8

Color information

#A5EDE8 (or 0xA5EDE8) is unknown color: approx Pale Turquoise. HEX triplet: A5, ED and E8. RGB value is (165,237,232). Sum of RGB (Red+Green+Blue) = 165+237+232=634 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.03% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 232 (91.02% from 255 or 36.59% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #A5EDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EDE8 is #5A1217. Grayscale: #D6D6D6. Windows color (decimal): -5902872 or 15265189. OLE color: 15265189.

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

Color convert

RGB165237232-
CMYK0.3000.020.07
HSL175.83º66.67%78.82%-
HSV(B)175.83º30.38%92.94%-
XYZ60.3774.3987.52-
YUV214.9137.6592.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.03%
GREEN value IS 237 (92.97% from 255) = 37.38%
BLUE value IS 232 (91.02% from 255) = 36.59%
R=26.03%
G=37.38%
B=36.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652372320.3000.020.07175.8366.6778.82
HexA5EDE81E027b0434f
Octal24535535036027260103117
Binary101001011110110111101000111100101111011000010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EDE8; }

 p { color: rgb(165,237,232); }

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

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

 a { background-color: rgb(165,237,232); }

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

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

 span { border-color: rgb(165,237,232); }

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