Html Css Color HEX #A1EEED Pale Turquoise

📋 copy color: '#A1EEED'

red 161 ◦ green 238 ◦ blue 237

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

Shades of Pale Turquoise #A1EEED

Tints of Pale Turquoise #A1EEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.42%

 BLUE value IS 237 (92.97% from 255) = 37.26%

R = 25.31%
G = 37.42%
B = 37.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#A1EEED (or 0xA1EEED) is known color: Pale Turquoise. HEX triplet: A1, EE and ED. RGB value is (161,238,237). Sum of RGB (Red+Green+Blue) = 161+238+237=636 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.31% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EEED is #5E1112. Grayscale: #D6D6D6. Windows color (decimal): -6164755 or 15593121. OLE color: 15593121.

HSL color Cylindrical-coordinate representation of color #A1EEED: hue angle of 179.22º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EEED is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 238 237 -
CMYK 0.32 0 0.00 0.07
HSL 179.22º 0.69% 0.78% -
HSV(B) 179.22º 0.32% 0.93% -
XYZ 60.56 74.84 91.37 -
YUV 214.86 140.49 89.58 -
System Red Green Blue C M Y K H S L
Decimal 161 238 237 0.32 0 0.00 0.07 179.22 0.69 0.78
Hex A1 EE ED 20 0 0 7 B3 45 4E
Octal 241 356 355 40 0 0 7 263 105 116
Binary 10100001 11101110 11101101 100000 0 0 111 10110011 1000101 1001110

Color Harmonies of #A1EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EEED

Black with #A1EEED

Text Example


Text Example

White with #A1EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EEED; }

 p { color: rgb(161,238,237); }

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

background-color css

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

 a { background-color: rgb(161,238,237); }

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

border-color css

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

 span { border-color: rgb(161,238,237); }

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