Html Css Color HEX #A5EBE4 Pale Turquoise

📋 copy color: '#A5EBE4'

red 165 ◦ green 235 ◦ blue 228

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

Shades of Pale Turquoise #A5EBE4

Tints of Pale Turquoise #A5EBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.31%

R = 26.27%
G = 37.42%
B = 36.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#A5EBE4 (or 0xA5EBE4) is known color: Pale Turquoise. HEX triplet: A5, EB and E4. RGB value is (165,235,228). Sum of RGB (Red+Green+Blue) = 165+235+228=628 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.27% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBE4 is #5A141B. Grayscale: #D5D5D5. Windows color (decimal): -5903388 or 15002533. OLE color: 15002533.

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

Color convert

RGB 165 235 228 -
CMYK 0.30 0 0.03 0.08
HSL 174º 0.64% 0.78% -
HSV(B) 174º 0.3% 0.92% -
XYZ 59.23 73.02 84.37 -
YUV 213.27 136.31 93.57 -
System Red Green Blue C M Y K H S L
Decimal 165 235 228 0.30 0 0.03 0.08 174 0.64 0.78
Hex A5 EB E4 1E 0 3 8 AE 40 4E
Octal 245 353 344 36 0 3 10 256 100 116
Binary 10100101 11101011 11100100 11110 0 11 1000 10101110 1000000 1001110

Color Harmonies of #A5EBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EBE4

Black with #A5EBE4

Text Example


Text Example

White with #A5EBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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