Html Css Color HEX #AAEBE5 Pale Turquoise

📋 copy color: '#AAEBE5'

red 170 ◦ green 235 ◦ blue 229

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

Shades of Pale Turquoise #AAEBE5

Tints of Pale Turquoise #AAEBE5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.07%

 BLUE value IS 229 (89.84% from 255) = 36.12%

R = 26.81%
G = 37.07%
B = 36.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#AAEBE5 (or 0xAAEBE5) is known color: Pale Turquoise. HEX triplet: AA, EB and E5. RGB value is (170,235,229). Sum of RGB (Red+Green+Blue) = 170+235+229=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBE5 is #55141A. Grayscale: #D6D6D6. Windows color (decimal): -5575707 or 15068074. OLE color: 15068074.

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

Color convert

RGB 170 235 229 -
CMYK 0.28 0 0.03 0.08
HSL 174.46º 0.62% 0.79% -
HSV(B) 174.46º 0.28% 0.92% -
XYZ 60.43 73.62 85.15 -
YUV 214.88 135.97 95.99 -
System Red Green Blue C M Y K H S L
Decimal 170 235 229 0.28 0 0.03 0.08 174.46 0.62 0.79
Hex AA EB E5 1C 0 3 8 AE 3E 4F
Octal 252 353 345 34 0 3 10 256 76 117
Binary 10101010 11101011 11100101 11100 0 11 1000 10101110 111110 1001111

Color Harmonies of #AAEBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBE5

Black with #AAEBE5

Text Example


Text Example

White with #AAEBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBE5; }

 p { color: rgb(170,235,229); }

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

background-color css

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

 a { background-color: rgb(170,235,229); }

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

border-color css

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

 span { border-color: rgb(170,235,229); }

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