Html Css Color HEX #AAEBEA Pale Turquoise

📋 copy color: '#AAEBEA'

red 170 ◦ green 235 ◦ blue 234

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

Shades of Pale Turquoise #AAEBEA

Tints of Pale Turquoise #AAEBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.62%

R = 26.6%
G = 36.78%
B = 36.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#AAEBEA (or 0xAAEBEA) is known color: Pale Turquoise. HEX triplet: AA, EB and EA. RGB value is (170,235,234). Sum of RGB (Red+Green+Blue) = 170+235+234=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEBEA is #551415. Grayscale: #D7D7D7. Windows color (decimal): -5575702 or 15395754. OLE color: 15395754.

HSL color Cylindrical-coordinate representation of color #AAEBEA: hue angle of 179.08º 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 #AAEBEA is Cyan = 0.28, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 234 -
CMYK 0.28 0 0.00 0.08
HSL 179.08º 0.62% 0.79% -
HSV(B) 179.08º 0.28% 0.92% -
XYZ 61.14 73.9 88.88 -
YUV 215.45 138.47 95.58 -
System Red Green Blue C M Y K H S L
Decimal 170 235 234 0.28 0 0.00 0.08 179.08 0.62 0.79
Hex AA EB EA 1C 0 0 8 B3 3E 4F
Octal 252 353 352 34 0 0 10 263 76 117
Binary 10101010 11101011 11101010 11100 0 0 1000 10110011 111110 1001111

Color Harmonies of #AAEBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBEA

Black with #AAEBEA

Text Example


Text Example

White with #AAEBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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