Html Css Color HEX #AAE8E8 Pale Turquoise

📋 copy color: '#AAE8E8'

red 170 ◦ green 232 ◦ blue 232

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

Shades of Pale Turquoise #AAE8E8

Tints of Pale Turquoise #AAE8E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.59%

R = 26.81%
G = 36.59%
B = 36.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAE8E8 (or 0xAAE8E8) is known color: Pale Turquoise. HEX triplet: AA, E8 and E8. RGB value is (170,232,232). Sum of RGB (Red+Green+Blue) = 170+232+232=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 232 (91.02% from 255 or 36.59% from 634); Max value from RGB is 232 - color contains mainly: green, blue. Hex color #AAE8E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE8E8 is #551717. Grayscale: #D5D5D5. Windows color (decimal): -5576472 or 15263914. OLE color: 15263914.

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

Color convert

RGB 170 232 232 -
CMYK 0.27 0 0 0.09
HSL 180º 0.57% 0.79% -
HSV(B) 180º 0.27% 0.91% -
XYZ 60 72.09 87.1 -
YUV 213.46 138.46 97 -
System Red Green Blue C M Y K H S L
Decimal 170 232 232 0.27 0 0 0.09 180 0.57 0.79
Hex AA E8 E8 1B 0 0 9 B4 39 4F
Octal 252 350 350 33 0 0 11 264 71 117
Binary 10101010 11101000 11101000 11011 0 0 1001 10110100 111001 1001111

Color Harmonies of #AAE8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE8E8

Black with #AAE8E8

Text Example


Text Example

White with #AAE8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE8E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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