Html Css Color HEX #AAEFF9 Pale Turquoise

📋 copy color: '#AAEFF9'

red 170 ◦ green 239 ◦ blue 249

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

Shades of Pale Turquoise #AAEFF9

Tints of Pale Turquoise #AAEFF9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.32%

 BLUE value IS 249 (97.66% from 255) = 37.84%

R = 25.84%
G = 36.32%
B = 37.84%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAEFF9 (or 0xAAEFF9) is known color: Pale Turquoise. HEX triplet: AA, EF and F9. RGB value is (170,239,249). Sum of RGB (Red+Green+Blue) = 170+239+249=658 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.84% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAEFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEFF9 is #551006. Grayscale: #DBDBDB. Windows color (decimal): -5574663 or 16379818. OLE color: 16379818.

HSL color Cylindrical-coordinate representation of color #AAEFF9: hue angle of 187.59º degrees, saturation: 0.87, 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 #AAEFF9 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 239 249 -
CMYK 0.32 0.04 0 0.02
HSL 187.59º 0.87% 0.82% -
HSV(B) 187.59º 0.32% 0.98% -
XYZ 64.54 77.12 101.11 -
YUV 219.51 144.64 92.69 -
System Red Green Blue C M Y K H S L
Decimal 170 239 249 0.32 0.04 0 0.02 187.59 0.87 0.82
Hex AA EF F9 20 4 0 2 BC 57 52
Octal 252 357 371 40 4 0 2 274 127 122
Binary 10101010 11101111 11111001 100000 100 0 10 10111100 1010111 1010010

Color Harmonies of #AAEFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFF9

Black with #AAEFF9

Text Example


Text Example

White with #AAEFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFF9; }

 p { color: rgb(170,239,249); }

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

background-color css

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

 a { background-color: rgb(170,239,249); }

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

border-color css

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

 span { border-color: rgb(170,239,249); }

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