Html Css Color HEX #A1EDE6 Pale Turquoise

📋 copy color: '#A1EDE6'

red 161 ◦ green 237 ◦ blue 230

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

Shades of Pale Turquoise #A1EDE6

Tints of Pale Turquoise #A1EDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.62%

R = 25.64%
G = 37.74%
B = 36.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#A1EDE6 (or 0xA1EDE6) is known color: Pale Turquoise. HEX triplet: A1, ED and E6. RGB value is (161,237,230). Sum of RGB (Red+Green+Blue) = 161+237+230=628 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.64% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EDE6 is #5E1219. Grayscale: #D5D5D5. Windows color (decimal): -6165018 or 15134113. OLE color: 15134113.

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

Color convert

RGB 161 237 230 -
CMYK 0.32 0 0.03 0.07
HSL 174.47º 0.68% 0.78% -
HSV(B) 174.47º 0.32% 0.93% -
XYZ 59.27 73.86 86 -
YUV 213.48 137.32 90.57 -
System Red Green Blue C M Y K H S L
Decimal 161 237 230 0.32 0 0.03 0.07 174.47 0.68 0.78
Hex A1 ED E6 20 0 3 7 AE 44 4E
Octal 241 355 346 40 0 3 7 256 104 116
Binary 10100001 11101101 11100110 100000 0 11 111 10101110 1000100 1001110

Color Harmonies of #A1EDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EDE6

Black with #A1EDE6

Text Example


Text Example

White with #A1EDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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