Html Css Color HEX #AAEBEC Pale Turquoise

📋 copy color: '#AAEBEC'

red 170 ◦ green 235 ◦ blue 236

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

Shades of Pale Turquoise #AAEBEC

Tints of Pale Turquoise #AAEBEC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.66%

 BLUE value IS 236 (92.58% from 255) = 36.82%

R = 26.52%
G = 36.66%
B = 36.82%

CMYK

 C value IS 0.28

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAEBEC (or 0xAAEBEC) is known color: Pale Turquoise. HEX triplet: AA, EB and EC. RGB value is (170,235,236). Sum of RGB (Red+Green+Blue) = 170+235+236=641 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.52% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAEBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEBEC is #551413. Grayscale: #D7D7D7. Windows color (decimal): -5575700 or 15526826. OLE color: 15526826.

HSL color Cylindrical-coordinate representation of color #AAEBEC: hue angle of 180.91º 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 #AAEBEC is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 235 236 -
CMYK 0.28 0.00 0 0.07
HSL 180.91º 0.63% 0.8% -
HSV(B) 180.91º 0.28% 0.93% -
XYZ 61.43 74.02 90.41 -
YUV 215.68 139.47 95.42 -
System Red Green Blue C M Y K H S L
Decimal 170 235 236 0.28 0.00 0 0.07 180.91 0.63 0.8
Hex AA EB EC 1C 0 0 7 B5 3F 50
Octal 252 353 354 34 0 0 7 265 77 120
Binary 10101010 11101011 11101100 11100 0 0 111 10110101 111111 1010000

Color Harmonies of #AAEBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBEC

Black with #AAEBEC

Text Example


Text Example

White with #AAEBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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