Html Css Color HEX #AAEBF0 Pale Turquoise

📋 copy color: '#AAEBF0'

red 170 ◦ green 235 ◦ blue 240

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

Shades of Pale Turquoise #AAEBF0

Tints of Pale Turquoise #AAEBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.21%

R = 26.36%
G = 36.43%
B = 37.21%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AAEBF0 (or 0xAAEBF0) is known color: Pale Turquoise. HEX triplet: AA, EB and F0. RGB value is (170,235,240). Sum of RGB (Red+Green+Blue) = 170+235+240=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAEBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEBF0 is #55140F. Grayscale: #D8D8D8. Windows color (decimal): -5575696 or 15788970. OLE color: 15788970.

HSL color Cylindrical-coordinate representation of color #AAEBF0: hue angle of 184.29º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEBF0 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 235 240 -
CMYK 0.29 0.02 0 0.06
HSL 184.29º 0.7% 0.8% -
HSV(B) 184.29º 0.29% 0.94% -
XYZ 62.01 74.25 93.5 -
YUV 216.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 170 235 240 0.29 0.02 0 0.06 184.29 0.7 0.8
Hex AA EB F0 1D 2 0 6 B8 46 50
Octal 252 353 360 35 2 0 6 270 106 120
Binary 10101010 11101011 11110000 11101 10 0 110 10111000 1000110 1010000

Color Harmonies of #AAEBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBF0

Black with #AAEBF0

Text Example


Text Example

White with #AAEBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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