Html Css Color HEX #AAEFF5 Pale Turquoise

📋 copy color: '#AAEFF5'

red 170 ◦ green 239 ◦ blue 245

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

Shades of Pale Turquoise #AAEFF5

Tints of Pale Turquoise #AAEFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.46%

R = 25.99%
G = 36.54%
B = 37.46%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AAEFF5 (or 0xAAEFF5) is known color: Pale Turquoise. HEX triplet: AA, EF and F5. RGB value is (170,239,245). Sum of RGB (Red+Green+Blue) = 170+239+245=654 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.99% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #AAEFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEFF5 is #55100A. Grayscale: #DADADA. Windows color (decimal): -5574667 or 16117674. OLE color: 16117674.

HSL color Cylindrical-coordinate representation of color #AAEFF5: hue angle of 184.8º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAEFF5 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 239 245 -
CMYK 0.31 0.02 0 0.04
HSL 184.8º 0.79% 0.81% -
HSV(B) 184.8º 0.31% 0.96% -
XYZ 63.93 76.87 97.85 -
YUV 219.05 142.64 93.01 -
System Red Green Blue C M Y K H S L
Decimal 170 239 245 0.31 0.02 0 0.04 184.8 0.79 0.81
Hex AA EF F5 1F 2 0 4 B9 4F 51
Octal 252 357 365 37 2 0 4 271 117 121
Binary 10101010 11101111 11110101 11111 10 0 100 10111001 1001111 1010001

Color Harmonies of #AAEFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFF5

Black with #AAEFF5

Text Example


Text Example

White with #AAEFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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