Html Css Color HEX #AAEAEB Pale Turquoise

📋 copy color: '#AAEAEB'

red 170 ◦ green 234 ◦ blue 235

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

Shades of Pale Turquoise #AAEAEB

Tints of Pale Turquoise #AAEAEB

RGB

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

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

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

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

CMYK

 C value IS 0.28

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

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

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

Color convert

RGB 170 234 235 -
CMYK 0.28 0.00 0 0.08
HSL 180.92º 0.62% 0.79% -
HSV(B) 180.92º 0.28% 0.92% -
XYZ 61 73.39 89.55 -
YUV 214.98 139.3 95.92 -
System Red Green Blue C M Y K H S L
Decimal 170 234 235 0.28 0.00 0 0.08 180.92 0.62 0.79
Hex AA EA EB 1C 0 0 8 B5 3E 4F
Octal 252 352 353 34 0 0 10 265 76 117
Binary 10101010 11101010 11101011 11100 0 0 1000 10110101 111110 1001111

Color Harmonies of #AAEAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAEB

Black with #AAEAEB

Text Example


Text Example

White with #AAEAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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