Html Css Color HEX #AAEEEB Pale Turquoise

📋 copy color: '#AAEEEB'

red 170 ◦ green 238 ◦ blue 235

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

Shades of Pale Turquoise #AAEEEB

Tints of Pale Turquoise #AAEEEB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.01%

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

R = 26.44%
G = 37.01%
B = 36.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#AAEEEB (or 0xAAEEEB) is known color: Pale Turquoise. HEX triplet: AA, EE and EB. RGB value is (170,238,235). Sum of RGB (Red+Green+Blue) = 170+238+235=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEEEB is #551114. Grayscale: #D9D9D9. Windows color (decimal): -5574933 or 15462058. OLE color: 15462058.

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

Color convert

RGB 170 238 235 -
CMYK 0.29 0 0.01 0.07
HSL 177.35º 0.67% 0.8% -
HSV(B) 177.35º 0.29% 0.93% -
XYZ 62.15 75.69 89.93 -
YUV 217.33 137.97 94.24 -
System Red Green Blue C M Y K H S L
Decimal 170 238 235 0.29 0 0.01 0.07 177.35 0.67 0.8
Hex AA EE EB 1D 0 1 7 B1 43 50
Octal 252 356 353 35 0 1 7 261 103 120
Binary 10101010 11101110 11101011 11101 0 1 111 10110001 1000011 1010000

Color Harmonies of #AAEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEEEB

Black with #AAEEEB

Text Example


Text Example

White with #AAEEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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