Html Css Color HEX #A5EBE8 Pale Turquoise

📋 copy color: '#A5EBE8'

red 165 ◦ green 235 ◦ blue 232

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

Shades of Pale Turquoise #A5EBE8

Tints of Pale Turquoise #A5EBE8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.18%

 BLUE value IS 232 (91.02% from 255) = 36.71%

R = 26.11%
G = 37.18%
B = 36.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#A5EBE8 (or 0xA5EBE8) is known color: Pale Turquoise. HEX triplet: A5, EB and E8. RGB value is (165,235,232). Sum of RGB (Red+Green+Blue) = 165+235+232=632 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.11% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EBE8 is #5A1417. Grayscale: #D5D5D5. Windows color (decimal): -5903384 or 15264677. OLE color: 15264677.

HSL color Cylindrical-coordinate representation of color #A5EBE8: hue angle of 177.43º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EBE8 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 235 232 -
CMYK 0.30 0 0.01 0.08
HSL 177.43º 0.64% 0.78% -
HSV(B) 177.43º 0.3% 0.92% -
XYZ 59.79 73.24 87.33 -
YUV 213.73 138.31 93.24 -
System Red Green Blue C M Y K H S L
Decimal 165 235 232 0.30 0 0.01 0.08 177.43 0.64 0.78
Hex A5 EB E8 1E 0 1 8 B1 40 4E
Octal 245 353 350 36 0 1 10 261 100 116
Binary 10100101 11101011 11101000 11110 0 1 1000 10110001 1000000 1001110

Color Harmonies of #A5EBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EBE8

Black with #A5EBE8

Text Example


Text Example

White with #A5EBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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