Html Css Color HEX #AEEAE4 Pale Turquoise

📋 copy color: '#AEEAE4'

red 174 ◦ green 234 ◦ blue 228

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

Shades of Pale Turquoise #AEEAE4

Tints of Pale Turquoise #AEEAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.85%

R = 27.36%
G = 36.79%
B = 35.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#AEEAE4 (or 0xAEEAE4) is known color: Pale Turquoise. HEX triplet: AE, EA and E4. RGB value is (174,234,228). Sum of RGB (Red+Green+Blue) = 174+234+228=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEAE4 is #51151B. Grayscale: #D7D7D7. Windows color (decimal): -5313820 or 15002286. OLE color: 15002286.

HSL color Cylindrical-coordinate representation of color #AEEAE4: hue angle of 174º 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 #AEEAE4 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 234 228 -
CMYK 0.26 0 0.03 0.08
HSL 174º 0.59% 0.8% -
HSV(B) 174º 0.26% 0.92% -
XYZ 60.88 73.45 84.37 -
YUV 215.38 135.12 98.49 -
System Red Green Blue C M Y K H S L
Decimal 174 234 228 0.26 0 0.03 0.08 174 0.59 0.8
Hex AE EA E4 1A 0 3 8 AE 3B 50
Octal 256 352 344 32 0 3 10 256 73 120
Binary 10101110 11101010 11100100 11010 0 11 1000 10101110 111011 1010000

Color Harmonies of #AEEAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEAE4

Black with #AEEAE4

Text Example


Text Example

White with #AEEAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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