Html Css Color HEX #AEECE5 Pale Turquoise

📋 copy color: '#AEECE5'

red 174 ◦ green 236 ◦ blue 229

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

Shades of Pale Turquoise #AEECE5

Tints of Pale Turquoise #AEECE5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.93%

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

R = 27.23%
G = 36.93%
B = 35.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#AEECE5 (or 0xAEECE5) is known color: Pale Turquoise. HEX triplet: AE, EC and E5. RGB value is (174,236,229). Sum of RGB (Red+Green+Blue) = 174+236+229=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECE5 is #51131A. Grayscale: #D8D8D8. Windows color (decimal): -5313307 or 15068334. OLE color: 15068334.

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

Color convert

RGB 174 236 229 -
CMYK 0.26 0 0.03 0.07
HSL 173.23º 0.62% 0.8% -
HSV(B) 173.23º 0.26% 0.93% -
XYZ 61.59 74.65 85.29 -
YUV 216.66 134.96 97.57 -
System Red Green Blue C M Y K H S L
Decimal 174 236 229 0.26 0 0.03 0.07 173.23 0.62 0.8
Hex AE EC E5 1A 0 3 7 AD 3E 50
Octal 256 354 345 32 0 3 7 255 76 120
Binary 10101110 11101100 11100101 11010 0 11 111 10101101 111110 1010000

Color Harmonies of #AEECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECE5

Black with #AEECE5

Text Example


Text Example

White with #AEECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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