Html Css Color HEX #AAECE4 Pale Turquoise

📋 copy color: '#AAECE4'

red 170 ◦ green 236 ◦ blue 228

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

Shades of Pale Turquoise #AAECE4

Tints of Pale Turquoise #AAECE4

RGB

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

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

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

R = 26.81%
G = 37.22%
B = 35.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#AAECE4 (or 0xAAECE4) is known color: Pale Turquoise. HEX triplet: AA, EC and E4. RGB value is (170,236,228). Sum of RGB (Red+Green+Blue) = 170+236+228=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 228 (89.45% from 255 or 35.96% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECE4 is #55131B. Grayscale: #D7D7D7. Windows color (decimal): -5575452 or 15002794. OLE color: 15002794.

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

Color convert

RGB 170 236 228 -
CMYK 0.28 0 0.03 0.07
HSL 172.73º 0.63% 0.8% -
HSV(B) 172.73º 0.28% 0.93% -
XYZ 60.58 74.14 84.52 -
YUV 215.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 170 236 228 0.28 0 0.03 0.07 172.73 0.63 0.8
Hex AA EC E4 1C 0 3 7 AD 3F 50
Octal 252 354 344 34 0 3 7 255 77 120
Binary 10101010 11101100 11100100 11100 0 11 111 10101101 111111 1010000

Color Harmonies of #AAECE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECE4

Black with #AAECE4

Text Example


Text Example

White with #AAECE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECE4; }

 p { color: rgb(170,236,228); }

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

background-color css

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

 a { background-color: rgb(170,236,228); }

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

border-color css

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

 span { border-color: rgb(170,236,228); }

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