Html Css Color HEX #A1FAED Pale Turquoise

📋 copy color: '#A1FAED'

red 161 ◦ green 250 ◦ blue 237

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

Shades of Pale Turquoise #A1FAED

Tints of Pale Turquoise #A1FAED

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.58%

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

R = 24.85%
G = 38.58%
B = 36.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#A1FAED (or 0xA1FAED) is known color: Pale Turquoise. HEX triplet: A1, FA and ED. RGB value is (161,250,237). Sum of RGB (Red+Green+Blue) = 161+250+237=648 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.85% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FAED is #5E0512. Grayscale: #DDDDDD. Windows color (decimal): -6161683 or 15596193. OLE color: 15596193.

HSL color Cylindrical-coordinate representation of color #A1FAED: hue angle of 171.24º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FAED is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 250 237 -
CMYK 0.36 0 0.05 0.02
HSL 171.24º 0.9% 0.81% -
HSV(B) 171.24º 0.36% 0.98% -
XYZ 64.17 82.06 92.58 -
YUV 221.91 136.51 84.56 -
System Red Green Blue C M Y K H S L
Decimal 161 250 237 0.36 0 0.05 0.02 171.24 0.9 0.81
Hex A1 FA ED 24 0 5 2 AB 5A 51
Octal 241 372 355 44 0 5 2 253 132 121
Binary 10100001 11111010 11101101 100100 0 101 10 10101011 1011010 1010001

Color Harmonies of #A1FAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FAED

Black with #A1FAED

Text Example


Text Example

White with #A1FAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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