Html Css Color HEX #AAEEE8 Pale Turquoise

📋 copy color: '#AAEEE8'

red 170 ◦ green 238 ◦ blue 232

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

Shades of Pale Turquoise #AAEEE8

Tints of Pale Turquoise #AAEEE8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.19%

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

R = 26.56%
G = 37.19%
B = 36.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#AAEEE8 (or 0xAAEEE8) is known color: Pale Turquoise. HEX triplet: AA, EE and E8. RGB value is (170,238,232). Sum of RGB (Red+Green+Blue) = 170+238+232=640 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.56% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEEE8 is #551117. Grayscale: #D8D8D8. Windows color (decimal): -5574936 or 15265450. OLE color: 15265450.

HSL color Cylindrical-coordinate representation of color #AAEEE8: hue angle of 174.71º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEEE8 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 238 232 -
CMYK 0.29 0 0.03 0.07
HSL 174.71º 0.67% 0.8% -
HSV(B) 174.71º 0.29% 0.93% -
XYZ 61.72 75.52 87.67 -
YUV 216.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 170 238 232 0.29 0 0.03 0.07 174.71 0.67 0.8
Hex AA EE E8 1D 0 3 7 AF 43 50
Octal 252 356 350 35 0 3 7 257 103 120
Binary 10101010 11101110 11101000 11101 0 11 111 10101111 1000011 1010000

Color Harmonies of #AAEEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEEE8

Black with #AAEEE8

Text Example


Text Example

White with #AAEEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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