Html Css Color HEX #AAEAE3 Pale Turquoise

📋 copy color: '#AAEAE3'

red 170 ◦ green 234 ◦ blue 227

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

Shades of Pale Turquoise #AAEAE3

Tints of Pale Turquoise #AAEAE3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.08%

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

R = 26.94%
G = 37.08%
B = 35.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#AAEAE3 (or 0xAAEAE3) is known color: Pale Turquoise. HEX triplet: AA, EA and E3. RGB value is (170,234,227). Sum of RGB (Red+Green+Blue) = 170+234+227=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 227 (89.06% from 255 or 35.97% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAE3 is #55151C. Grayscale: #D6D6D6. Windows color (decimal): -5575965 or 14936746. OLE color: 14936746.

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

Color convert

RGB 170 234 227 -
CMYK 0.27 0 0.03 0.08
HSL 173.44º 0.6% 0.79% -
HSV(B) 173.44º 0.27% 0.92% -
XYZ 59.87 72.94 83.6 -
YUV 214.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 170 234 227 0.27 0 0.03 0.08 173.44 0.6 0.79
Hex AA EA E3 1B 0 3 8 AD 3C 4F
Octal 252 352 343 33 0 3 10 255 74 117
Binary 10101010 11101010 11100011 11011 0 11 1000 10101101 111100 1001111

Color Harmonies of #AAEAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAE3

Black with #AAEAE3

Text Example


Text Example

White with #AAEAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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