Html Css Color HEX #AAECEB Pale Turquoise

📋 copy color: '#AAECEB'

red 170 ◦ green 236 ◦ blue 235

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

Shades of Pale Turquoise #AAECEB

Tints of Pale Turquoise #AAECEB

RGB

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

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

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

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

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 170 236 235 -
CMYK 0.28 0 0.00 0.07
HSL 179.09º 0.63% 0.8% -
HSV(B) 179.09º 0.28% 0.93% -
XYZ 61.57 74.54 89.74 -
YUV 216.15 138.63 95.08 -
System Red Green Blue C M Y K H S L
Decimal 170 236 235 0.28 0 0.00 0.07 179.09 0.63 0.8
Hex AA EC EB 1C 0 0 7 B3 3F 50
Octal 252 354 353 34 0 0 7 263 77 120
Binary 10101010 11101100 11101011 11100 0 0 111 10110011 111111 1010000

Color Harmonies of #AAECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECEB

Black with #AAECEB

Text Example


Text Example

White with #AAECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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