Html Css Color HEX #A1EBE8 Pale Turquoise

📋 copy color: '#A1EBE8'

red 161 ◦ green 235 ◦ blue 232

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

Shades of Pale Turquoise #A1EBE8

Tints of Pale Turquoise #A1EBE8

RGB

 RED value IS 161 (63.28% from 255) = 25.64%

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

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

R = 25.64%
G = 37.42%
B = 36.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#A1EBE8 (or 0xA1EBE8) is known color: Pale Turquoise. HEX triplet: A1, EB and E8. RGB value is (161,235,232). Sum of RGB (Red+Green+Blue) = 161+235+232=628 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.64% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EBE8 is #5E1417. Grayscale: #D4D4D4. Windows color (decimal): -6165528 or 15264673. OLE color: 15264673.

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

Color convert

RGB 161 235 232 -
CMYK 0.31 0 0.01 0.08
HSL 177.57º 0.65% 0.78% -
HSV(B) 177.57º 0.31% 0.92% -
XYZ 58.97 72.82 87.29 -
YUV 212.53 138.98 91.24 -
System Red Green Blue C M Y K H S L
Decimal 161 235 232 0.31 0 0.01 0.08 177.57 0.65 0.78
Hex A1 EB E8 1F 0 1 8 B2 41 4E
Octal 241 353 350 37 0 1 10 262 101 116
Binary 10100001 11101011 11101000 11111 0 1 1000 10110010 1000001 1001110

Color Harmonies of #A1EBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EBE8

Black with #A1EBE8

Text Example


Text Example

White with #A1EBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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