Html Css Color HEX #AAFAF1 Pale Turquoise

📋 copy color: '#AAFAF1'

red 170 ◦ green 250 ◦ blue 241

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

Shades of Pale Turquoise #AAFAF1

Tints of Pale Turquoise #AAFAF1

RGB

 RED value IS 170 (66.8% from 255) = 25.72%

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

 BLUE value IS 241 (94.53% from 255) = 36.46%

R = 25.72%
G = 37.82%
B = 36.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#AAFAF1 (or 0xAAFAF1) is known color: Pale Turquoise. HEX triplet: AA, FA and F1. RGB value is (170,250,241). Sum of RGB (Red+Green+Blue) = 170+250+241=661 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.72% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFAF1 is #55050E. Grayscale: #E1E1E1. Windows color (decimal): -5571855 or 15858346. OLE color: 15858346.

HSL color Cylindrical-coordinate representation of color #AAFAF1: hue angle of 173.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFAF1 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 241 -
CMYK 0.32 0 0.04 0.02
HSL 173.25º 0.89% 0.82% -
HSV(B) 173.25º 0.32% 0.98% -
XYZ 66.64 83.27 95.78 -
YUV 225.05 137 88.73 -
System Red Green Blue C M Y K H S L
Decimal 170 250 241 0.32 0 0.04 0.02 173.25 0.89 0.82
Hex AA FA F1 20 0 4 2 AD 59 52
Octal 252 372 361 40 0 4 2 255 131 122
Binary 10101010 11111010 11110001 100000 0 100 10 10101101 1011001 1010010

Color Harmonies of #AAFAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFAF1

Black with #AAFAF1

Text Example


Text Example

White with #AAFAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFAF1; }

 p { color: rgb(170,250,241); }

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

background-color css

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

 a { background-color: rgb(170,250,241); }

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

border-color css

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

 span { border-color: rgb(170,250,241); }

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