Html Css Color HEX #A5EBE2 Pale Turquoise

📋 copy color: '#A5EBE2'

red 165 ◦ green 235 ◦ blue 226

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

Shades of Pale Turquoise #A5EBE2

Tints of Pale Turquoise #A5EBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.1%

R = 26.36%
G = 37.54%
B = 36.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#A5EBE2 (or 0xA5EBE2) is known color: Pale Turquoise. HEX triplet: A5, EB and E2. RGB value is (165,235,226). Sum of RGB (Red+Green+Blue) = 165+235+226=626 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.36% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 226 (88.67% from 255 or 36.10% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBE2 is #5A141D. Grayscale: #D5D5D5. Windows color (decimal): -5903390 or 14871461. OLE color: 14871461.

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

Color convert

RGB 165 235 226 -
CMYK 0.30 0 0.04 0.08
HSL 172.29º 0.64% 0.78% -
HSV(B) 172.29º 0.3% 0.92% -
XYZ 58.95 72.91 82.92 -
YUV 213.04 135.31 93.73 -
System Red Green Blue C M Y K H S L
Decimal 165 235 226 0.30 0 0.04 0.08 172.29 0.64 0.78
Hex A5 EB E2 1E 0 4 8 AC 40 4E
Octal 245 353 342 36 0 4 10 254 100 116
Binary 10100101 11101011 11100010 11110 0 100 1000 10101100 1000000 1001110

Color Harmonies of #A5EBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EBE2

Black with #A5EBE2

Text Example


Text Example

White with #A5EBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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