Html Css Color HEX #AEE8E5 Pale Turquoise

📋 copy color: '#AEE8E5'

red 174 ◦ green 232 ◦ blue 229

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

Shades of Pale Turquoise #AEE8E5

Tints of Pale Turquoise #AEE8E5

RGB

 RED value IS 174 (68.36% from 255) = 27.4%

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

 BLUE value IS 229 (89.84% from 255) = 36.06%

R = 27.4%
G = 36.54%
B = 36.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#AEE8E5 (or 0xAEE8E5) is known color: Pale Turquoise. HEX triplet: AE, E8 and E5. RGB value is (174,232,229). Sum of RGB (Red+Green+Blue) = 174+232+229=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE8E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE8E5 is #51171A. Grayscale: #D6D6D6. Windows color (decimal): -5314331 or 15067310. OLE color: 15067310.

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

Color convert

RGB 174 232 229 -
CMYK 0.25 0 0.01 0.09
HSL 176.9º 0.56% 0.8% -
HSV(B) 176.9º 0.25% 0.91% -
XYZ 60.46 72.37 84.91 -
YUV 214.32 136.28 99.24 -
System Red Green Blue C M Y K H S L
Decimal 174 232 229 0.25 0 0.01 0.09 176.9 0.56 0.8
Hex AE E8 E5 19 0 1 9 B1 38 50
Octal 256 350 345 31 0 1 11 261 70 120
Binary 10101110 11101000 11100101 11001 0 1 1001 10110001 111000 1010000

Color Harmonies of #AEE8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE8E5

Black with #AEE8E5

Text Example


Text Example

White with #AEE8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE8E5; }

 p { color: rgb(174,232,229); }

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

background-color css

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

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

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

border-color css

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

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

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