Html Css Color HEX #A5EAE9 Pale Turquoise

📋 copy color: '#A5EAE9'

red 165 ◦ green 234 ◦ blue 233

#A5EAE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #A5EAE9

Tints of Pale Turquoise #A5EAE9

RGB

 RED value IS 165 (64.84% from 255) = 26.11%

 GREEN value IS 234 (91.8% from 255) = 37.03%

 BLUE value IS 233 (91.41% from 255) = 36.87%

R = 26.11%
G = 37.03%
B = 36.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#A5EAE9 (or 0xA5EAE9) is known color: Pale Turquoise. HEX triplet: A5, EA and E9. RGB value is (165,234,233). Sum of RGB (Red+Green+Blue) = 165+234+233=632 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.11% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EAE9 is #5A1516. Grayscale: #D5D5D5. Windows color (decimal): -5903639 or 15329957. OLE color: 15329957.

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

Color convert

RGB 165 234 233 -
CMYK 0.29 0 0.00 0.08
HSL 179.13º 0.62% 0.78% -
HSV(B) 179.13º 0.29% 0.92% -
XYZ 59.65 72.73 87.98 -
YUV 213.26 139.14 93.58 -
System Red Green Blue C M Y K H S L
Decimal 165 234 233 0.29 0 0.00 0.08 179.13 0.62 0.78
Hex A5 EA E9 1D 0 0 8 B3 3E 4E
Octal 245 352 351 35 0 0 10 263 76 116
Binary 10100101 11101010 11101001 11101 0 0 1000 10110011 111110 1001110

Color Harmonies of #A5EAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EAE9

Black with #A5EAE9

Text Example


Text Example

White with #A5EAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EAE9; }

 p { color: rgb(165,234,233); }

 H1.HeaderClassName
 {
   color: #A5EAE9;
 }
 .AnyTagClassName
 {
   color: #A5EAE9;
 }
</style>

background-color css

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

 a { background-color: rgb(165,234,233); }

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

border-color css

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

 span { border-color: rgb(165,234,233); }

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