Html Css Color HEX #AAEFE8 Pale Turquoise

📋 copy color: '#AAEFE8'

red 170 ◦ green 239 ◦ blue 232

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

Shades of Pale Turquoise #AAEFE8

Tints of Pale Turquoise #AAEFE8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.29%

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

R = 26.52%
G = 37.29%
B = 36.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#AAEFE8 (or 0xAAEFE8) is known color: Pale Turquoise. HEX triplet: AA, EF and E8. RGB value is (170,239,232). Sum of RGB (Red+Green+Blue) = 170+239+232=641 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.52% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEFE8 is #551017. Grayscale: #D9D9D9. Windows color (decimal): -5574680 or 15265706. OLE color: 15265706.

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

Color convert

RGB 170 239 232 -
CMYK 0.29 0 0.03 0.06
HSL 173.91º 0.68% 0.8% -
HSV(B) 173.91º 0.29% 0.94% -
XYZ 62.01 76.11 87.77 -
YUV 217.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 170 239 232 0.29 0 0.03 0.06 173.91 0.68 0.8
Hex AA EF E8 1D 0 3 6 AE 44 50
Octal 252 357 350 35 0 3 6 256 104 120
Binary 10101010 11101111 11101000 11101 0 11 110 10101110 1000100 1010000

Color Harmonies of #AAEFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFE8

Black with #AAEFE8

Text Example


Text Example

White with #AAEFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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