Html Css Color HEX #AAEFE7 Pale Turquoise

📋 copy color: '#AAEFE7'

red 170 ◦ green 239 ◦ blue 231

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

Shades of Pale Turquoise #AAEFE7

Tints of Pale Turquoise #AAEFE7

RGB

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

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

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

R = 26.56%
G = 37.34%
B = 36.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#AAEFE7 (or 0xAAEFE7) is known color: Pale Turquoise. HEX triplet: AA, EF and E7. RGB value is (170,239,231). Sum of RGB (Red+Green+Blue) = 170+239+231=640 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.56% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEFE7 is #551018. Grayscale: #D9D9D9. Windows color (decimal): -5574681 or 15200170. OLE color: 15200170.

HSL color Cylindrical-coordinate representation of color #AAEFE7: hue angle of 173.04º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFE7 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 239 231 -
CMYK 0.29 0 0.03 0.06
HSL 173.04º 0.68% 0.8% -
HSV(B) 173.04º 0.29% 0.94% -
XYZ 61.87 76.05 87.02 -
YUV 217.46 135.64 94.15 -
System Red Green Blue C M Y K H S L
Decimal 170 239 231 0.29 0 0.03 0.06 173.04 0.68 0.8
Hex AA EF E7 1D 0 3 6 AD 44 50
Octal 252 357 347 35 0 3 6 255 104 120
Binary 10101010 11101111 11100111 11101 0 11 110 10101101 1000100 1010000

Color Harmonies of #AAEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFE7

Black with #AAEFE7

Text Example


Text Example

White with #AAEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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