Html Css Color HEX #AAEAEA Pale Turquoise

📋 copy color: '#AAEAEA'

red 170 ◦ green 234 ◦ blue 234

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

Shades of Pale Turquoise #AAEAEA

Tints of Pale Turquoise #AAEAEA

RGB

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

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

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

R = 26.65%
G = 36.68%
B = 36.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AAEAEA (or 0xAAEAEA) is known color: Pale Turquoise. HEX triplet: AA, EA and EA. RGB value is (170,234,234). Sum of RGB (Red+Green+Blue) = 170+234+234=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #AAEAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAEA is #551515. Grayscale: #D6D6D6. Windows color (decimal): -5575958 or 15395498. OLE color: 15395498.

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

Color convert

RGB 170 234 234 -
CMYK 0.27 0 0 0.08
HSL 180º 0.6% 0.79% -
HSV(B) 180º 0.27% 0.92% -
XYZ 60.85 73.33 88.79 -
YUV 214.86 138.8 96 -
System Red Green Blue C M Y K H S L
Decimal 170 234 234 0.27 0 0 0.08 180 0.6 0.79
Hex AA EA EA 1B 0 0 8 B4 3C 4F
Octal 252 352 352 33 0 0 10 264 74 117
Binary 10101010 11101010 11101010 11011 0 0 1000 10110100 111100 1001111

Color Harmonies of #AAEAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAEA

Black with #AAEAEA

Text Example


Text Example

White with #AAEAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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