Html Css Color HEX #AAE8E3 Pale Turquoise

📋 copy color: '#AAE8E3'

red 170 ◦ green 232 ◦ blue 227

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

Shades of Pale Turquoise #AAE8E3

Tints of Pale Turquoise #AAE8E3

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.88%

 BLUE value IS 227 (89.06% from 255) = 36.09%

R = 27.03%
G = 36.88%
B = 36.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#AAE8E3 (or 0xAAE8E3) is known color: Pale Turquoise. HEX triplet: AA, E8 and E3. RGB value is (170,232,227). Sum of RGB (Red+Green+Blue) = 170+232+227=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 227 (89.06% from 255 or 36.09% from 629); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8E3 is #55171C. Grayscale: #D4D4D4. Windows color (decimal): -5576477 or 14936234. OLE color: 14936234.

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

Color convert

RGB 170 232 227 -
CMYK 0.27 0 0.02 0.09
HSL 175.16º 0.57% 0.79% -
HSV(B) 175.16º 0.27% 0.91% -
XYZ 59.3 71.81 83.41 -
YUV 212.89 135.96 97.41 -
System Red Green Blue C M Y K H S L
Decimal 170 232 227 0.27 0 0.02 0.09 175.16 0.57 0.79
Hex AA E8 E3 1B 0 2 9 AF 39 4F
Octal 252 350 343 33 0 2 11 257 71 117
Binary 10101010 11101000 11100011 11011 0 10 1001 10101111 111001 1001111

Color Harmonies of #AAE8E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE8E3

Black with #AAE8E3

Text Example


Text Example

White with #AAE8E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE8E3; }

 p { color: rgb(170,232,227); }

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

background-color css

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

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

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

border-color css

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

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

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