Html Css Color HEX #AAE9EE Pale Turquoise

📋 copy color: '#AAE9EE'

red 170 ◦ green 233 ◦ blue 238

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

Shades of Pale Turquoise #AAE9EE

Tints of Pale Turquoise #AAE9EE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.35%

 BLUE value IS 238 (93.36% from 255) = 37.13%

R = 26.52%
G = 36.35%
B = 37.13%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAE9EE (or 0xAAE9EE) is known color: Pale Turquoise. HEX triplet: AA, E9 and EE. RGB value is (170,233,238). Sum of RGB (Red+Green+Blue) = 170+233+238=641 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.52% from 641); Green value is 233 (91.41% from 255 or 36.35% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAE9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE9EE is #551611. Grayscale: #D6D6D6. Windows color (decimal): -5576210 or 15657386. OLE color: 15657386.

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

Color convert

RGB 170 233 238 -
CMYK 0.29 0.02 0 0.07
HSL 184.41º 0.67% 0.8% -
HSV(B) 184.41º 0.29% 0.93% -
XYZ 61.15 73 91.76 -
YUV 214.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 170 233 238 0.29 0.02 0 0.07 184.41 0.67 0.8
Hex AA E9 EE 1D 2 0 7 B8 43 50
Octal 252 351 356 35 2 0 7 270 103 120
Binary 10101010 11101001 11101110 11101 10 0 111 10111000 1000011 1010000

Color Harmonies of #AAE9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE9EE

Black with #AAE9EE

Text Example


Text Example

White with #AAE9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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