Html Css Color HEX #AAEBF2 Pale Turquoise

📋 copy color: '#AAEBF2'

red 170 ◦ green 235 ◦ blue 242

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

Shades of Pale Turquoise #AAEBF2

Tints of Pale Turquoise #AAEBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.4%

R = 26.28%
G = 36.32%
B = 37.4%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AAEBF2 (or 0xAAEBF2) is known color: Pale Turquoise. HEX triplet: AA, EB and F2. RGB value is (170,235,242). Sum of RGB (Red+Green+Blue) = 170+235+242=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAEBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEBF2 is #55140D. Grayscale: #D8D8D8. Windows color (decimal): -5575694 or 15920042. OLE color: 15920042.

HSL color Cylindrical-coordinate representation of color #AAEBF2: hue angle of 185.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAEBF2 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 235 242 -
CMYK 0.30 0.03 0 0.05
HSL 185.83º 0.73% 0.81% -
HSV(B) 185.83º 0.3% 0.95% -
XYZ 62.31 74.37 95.08 -
YUV 216.36 142.47 94.93 -
System Red Green Blue C M Y K H S L
Decimal 170 235 242 0.30 0.03 0 0.05 185.83 0.73 0.81
Hex AA EB F2 1E 3 0 5 BA 49 51
Octal 252 353 362 36 3 0 5 272 111 121
Binary 10101010 11101011 11110010 11110 11 0 101 10111010 1001001 1010001

Color Harmonies of #AAEBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBF2

Black with #AAEBF2

Text Example


Text Example

White with #AAEBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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