Html Css Color HEX #AAE9E3 Pale Turquoise

📋 copy color: '#AAE9E3'

red 170 ◦ green 233 ◦ blue 227

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

Shades of Pale Turquoise #AAE9E3

Tints of Pale Turquoise #AAE9E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.03%

R = 26.98%
G = 36.98%
B = 36.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#AAE9E3 (or 0xAAE9E3) is known color: Pale Turquoise. HEX triplet: AA, E9 and E3. RGB value is (170,233,227). Sum of RGB (Red+Green+Blue) = 170+233+227=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 227 (89.06% from 255 or 36.03% from 630); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9E3 is #55161C. Grayscale: #D5D5D5. Windows color (decimal): -5576221 or 14936490. OLE color: 14936490.

HSL color Cylindrical-coordinate representation of color #AAE9E3: hue angle of 174.29º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9E3 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 227 -
CMYK 0.27 0 0.03 0.09
HSL 174.29º 0.59% 0.79% -
HSV(B) 174.29º 0.27% 0.91% -
XYZ 59.58 72.37 83.5 -
YUV 213.48 135.63 96.99 -
System Red Green Blue C M Y K H S L
Decimal 170 233 227 0.27 0 0.03 0.09 174.29 0.59 0.79
Hex AA E9 E3 1B 0 3 9 AE 3B 4F
Octal 252 351 343 33 0 3 11 256 73 117
Binary 10101010 11101001 11100011 11011 0 11 1001 10101110 111011 1001111

Color Harmonies of #AAE9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE9E3

Black with #AAE9E3

Text Example


Text Example

White with #AAE9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE9E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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