Html Css Color HEX #AEEAE8 Pale Turquoise

📋 copy color: '#AEEAE8'

red 174 ◦ green 234 ◦ blue 232

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

Shades of Pale Turquoise #AEEAE8

Tints of Pale Turquoise #AEEAE8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.56%

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

R = 27.19%
G = 36.56%
B = 36.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#AEEAE8 (or 0xAEEAE8) is known color: Pale Turquoise. HEX triplet: AE, EA and E8. RGB value is (174,234,232). Sum of RGB (Red+Green+Blue) = 174+234+232=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEAE8 is #511517. Grayscale: #D7D7D7. Windows color (decimal): -5313816 or 15264430. OLE color: 15264430.

HSL color Cylindrical-coordinate representation of color #AEEAE8: hue angle of 178º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEAE8 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 234 232 -
CMYK 0.26 0 0.01 0.08
HSL 178º 0.59% 0.8% -
HSV(B) 178º 0.26% 0.92% -
XYZ 61.44 73.67 87.33 -
YUV 215.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 174 234 232 0.26 0 0.01 0.08 178 0.59 0.8
Hex AE EA E8 1A 0 1 8 B2 3B 50
Octal 256 352 350 32 0 1 10 262 73 120
Binary 10101110 11101010 11101000 11010 0 1 1000 10110010 111011 1010000

Color Harmonies of #AEEAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEAE8

Black with #AEEAE8

Text Example


Text Example

White with #AEEAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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