Html Css Color HEX #AAF1E7 Pale Turquoise

📋 copy color: '#AAF1E7'

red 170 ◦ green 241 ◦ blue 231

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

Shades of Pale Turquoise #AAF1E7

Tints of Pale Turquoise #AAF1E7

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.54%

 BLUE value IS 231 (90.63% from 255) = 35.98%

R = 26.48%
G = 37.54%
B = 35.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#AAF1E7 (or 0xAAF1E7) is known color: Pale Turquoise. HEX triplet: AA, F1 and E7. RGB value is (170,241,231). Sum of RGB (Red+Green+Blue) = 170+241+231=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF1E7 is #550E18. Grayscale: #DADADA. Windows color (decimal): -5574169 or 15200682. OLE color: 15200682.

HSL color Cylindrical-coordinate representation of color #AAF1E7: hue angle of 171.55º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1E7 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 231 -
CMYK 0.29 0 0.04 0.05
HSL 171.55º 0.72% 0.81% -
HSV(B) 171.55º 0.29% 0.95% -
XYZ 62.46 77.23 87.22 -
YUV 218.63 134.98 93.31 -
System Red Green Blue C M Y K H S L
Decimal 170 241 231 0.29 0 0.04 0.05 171.55 0.72 0.81
Hex AA F1 E7 1D 0 4 5 AC 48 51
Octal 252 361 347 35 0 4 5 254 110 121
Binary 10101010 11110001 11100111 11101 0 100 101 10101100 1001000 1010001

Color Harmonies of #AAF1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF1E7

Black with #AAF1E7

Text Example


Text Example

White with #AAF1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF1E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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