Html Css Color HEX #A1EDE9 Pale Turquoise

📋 copy color: '#A1EDE9'

red 161 ◦ green 237 ◦ blue 233

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

Shades of Pale Turquoise #A1EDE9

Tints of Pale Turquoise #A1EDE9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.56%

 BLUE value IS 233 (91.41% from 255) = 36.93%

R = 25.52%
G = 37.56%
B = 36.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#A1EDE9 (or 0xA1EDE9) is known color: Pale Turquoise. HEX triplet: A1, ED and E9. RGB value is (161,237,233). Sum of RGB (Red+Green+Blue) = 161+237+233=631 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.52% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EDE9 is #5E1216. Grayscale: #D5D5D5. Windows color (decimal): -6165015 or 15330721. OLE color: 15330721.

HSL color Cylindrical-coordinate representation of color #A1EDE9: hue angle of 176.84º degrees, saturation: 0.68, 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 #A1EDE9 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 237 233 -
CMYK 0.32 0 0.02 0.07
HSL 176.84º 0.68% 0.78% -
HSV(B) 176.84º 0.32% 0.93% -
XYZ 59.69 74.03 88.23 -
YUV 213.82 138.82 90.33 -
System Red Green Blue C M Y K H S L
Decimal 161 237 233 0.32 0 0.02 0.07 176.84 0.68 0.78
Hex A1 ED E9 20 0 2 7 B1 44 4E
Octal 241 355 351 40 0 2 7 261 104 116
Binary 10100001 11101101 11101001 100000 0 10 111 10110001 1000100 1001110

Color Harmonies of #A1EDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EDE9

Black with #A1EDE9

Text Example


Text Example

White with #A1EDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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