Html Css Color HEX #AAEAF1 Pale Turquoise

📋 copy color: '#AAEAF1'

red 170 ◦ green 234 ◦ blue 241

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

Shades of Pale Turquoise #AAEAF1

Tints of Pale Turquoise #AAEAF1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.28%

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

R = 26.36%
G = 36.28%
B = 37.36%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AAEAF1 (or 0xAAEAF1) is known color: Pale Turquoise. HEX triplet: AA, EA and F1. RGB value is (170,234,241). Sum of RGB (Red+Green+Blue) = 170+234+241=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAEAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAF1 is #55150E. Grayscale: #D7D7D7. Windows color (decimal): -5575951 or 15854250. OLE color: 15854250.

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

Color convert

RGB 170 234 241 -
CMYK 0.29 0.03 0 0.05
HSL 185.92º 0.72% 0.81% -
HSV(B) 185.92º 0.29% 0.95% -
XYZ 61.88 73.74 94.19 -
YUV 215.66 142.3 95.43 -
System Red Green Blue C M Y K H S L
Decimal 170 234 241 0.29 0.03 0 0.05 185.92 0.72 0.81
Hex AA EA F1 1D 3 0 5 BA 48 51
Octal 252 352 361 35 3 0 5 272 110 121
Binary 10101010 11101010 11110001 11101 11 0 101 10111010 1001000 1010001

Color Harmonies of #AAEAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAF1

Black with #AAEAF1

Text Example


Text Example

White with #AAEAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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