Html Css Color HEX #AAE7E6 Pale Turquoise

📋 copy color: '#AAE7E6'

red 170 ◦ green 231 ◦ blue 230

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

Shades of Pale Turquoise #AAE7E6

Tints of Pale Turquoise #AAE7E6

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.61%

 BLUE value IS 230 (90.23% from 255) = 36.45%

R = 26.94%
G = 36.61%
B = 36.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#AAE7E6 (or 0xAAE7E6) is known color: Pale Turquoise. HEX triplet: AA, E7 and E6. RGB value is (170,231,230). Sum of RGB (Red+Green+Blue) = 170+231+230=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE7E6 is #551819. Grayscale: #D4D4D4. Windows color (decimal): -5576730 or 15132586. OLE color: 15132586.

HSL color Cylindrical-coordinate representation of color #AAE7E6: hue angle of 179.02º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7E6 is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 231 230 -
CMYK 0.26 0 0.00 0.09
HSL 179.02º 0.56% 0.79% -
HSV(B) 179.02º 0.26% 0.91% -
XYZ 59.44 71.41 85.51 -
YUV 212.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 170 231 230 0.26 0 0.00 0.09 179.02 0.56 0.79
Hex AA E7 E6 1A 0 0 9 B3 38 4F
Octal 252 347 346 32 0 0 11 263 70 117
Binary 10101010 11100111 11100110 11010 0 0 1001 10110011 111000 1001111

Color Harmonies of #AAE7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE7E6

Black with #AAE7E6

Text Example


Text Example

White with #AAE7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE7E6; }

 p { color: rgb(170,231,230); }

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

background-color css

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

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

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

border-color css

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

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

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