Html Css Color HEX #AAEEE7 Pale Turquoise

📋 copy color: '#AAEEE7'

red 170 ◦ green 238 ◦ blue 231

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

Shades of Pale Turquoise #AAEEE7

Tints of Pale Turquoise #AAEEE7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.25%

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

R = 26.6%
G = 37.25%
B = 36.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#AAEEE7 (or 0xAAEEE7) is known color: Pale Turquoise. HEX triplet: AA, EE and E7. RGB value is (170,238,231). Sum of RGB (Red+Green+Blue) = 170+238+231=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEEE7 is #551118. Grayscale: #D8D8D8. Windows color (decimal): -5574937 or 15199914. OLE color: 15199914.

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

Color convert

RGB 170 238 231 -
CMYK 0.29 0 0.03 0.07
HSL 173.82º 0.67% 0.8% -
HSV(B) 173.82º 0.29% 0.93% -
XYZ 61.58 75.46 86.92 -
YUV 216.87 135.97 94.57 -
System Red Green Blue C M Y K H S L
Decimal 170 238 231 0.29 0 0.03 0.07 173.82 0.67 0.8
Hex AA EE E7 1D 0 3 7 AE 43 50
Octal 252 356 347 35 0 3 7 256 103 120
Binary 10101010 11101110 11100111 11101 0 11 111 10101110 1000011 1010000

Color Harmonies of #AAEEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEEE7

Black with #AAEEE7

Text Example


Text Example

White with #AAEEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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