Html Css Color HEX #A1FAEE Pale Turquoise

📋 copy color: '#A1FAEE'

red 161 ◦ green 250 ◦ blue 238

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

Shades of Pale Turquoise #A1FAEE

Tints of Pale Turquoise #A1FAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.67%

R = 24.81%
G = 38.52%
B = 36.67%

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

#A1FAEE (or 0xA1FAEE) is known color: Pale Turquoise. HEX triplet: A1, FA and EE. RGB value is (161,250,238). Sum of RGB (Red+Green+Blue) = 161+250+238=649 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.81% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FAEE is #5E0511. Grayscale: #DDDDDD. Windows color (decimal): -6161682 or 15661729. OLE color: 15661729.

HSL color Cylindrical-coordinate representation of color #A1FAEE: hue angle of 171.91º 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 #A1FAEE is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 250 238 -
CMYK 0.36 0 0.05 0.02
HSL 171.91º 0.9% 0.81% -
HSV(B) 171.91º 0.36% 0.98% -
XYZ 64.32 82.12 93.35 -
YUV 222.02 137.01 84.48 -
System Red Green Blue C M Y K H S L
Decimal 161 250 238 0.36 0 0.05 0.02 171.91 0.9 0.81
Hex A1 FA EE 24 0 5 2 AC 5A 51
Octal 241 372 356 44 0 5 2 254 132 121
Binary 10100001 11111010 11101110 100100 0 101 10 10101100 1011010 1010001

Color Harmonies of #A1FAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FAEE

Black with #A1FAEE

Text Example


Text Example

White with #A1FAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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