Html Css Color HEX #AAEBF1 Pale Turquoise

📋 copy color: '#AAEBF1'

red 170 ◦ green 235 ◦ blue 241

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

Shades of Pale Turquoise #AAEBF1

Tints of Pale Turquoise #AAEBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.31%

R = 26.32%
G = 36.38%
B = 37.31%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AAEBF1 (or 0xAAEBF1) is known color: Pale Turquoise. HEX triplet: AA, EB and F1. RGB value is (170,235,241). Sum of RGB (Red+Green+Blue) = 170+235+241=646 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.32% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAEBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEBF1 is #55140E. Grayscale: #D8D8D8. Windows color (decimal): -5575695 or 15854506. OLE color: 15854506.

HSL color Cylindrical-coordinate representation of color #AAEBF1: hue angle of 185.07º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEBF1 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 235 241 -
CMYK 0.29 0.02 0 0.05
HSL 185.07º 0.72% 0.81% -
HSV(B) 185.07º 0.29% 0.95% -
XYZ 62.16 74.31 94.29 -
YUV 216.25 141.97 95.01 -
System Red Green Blue C M Y K H S L
Decimal 170 235 241 0.29 0.02 0 0.05 185.07 0.72 0.81
Hex AA EB F1 1D 2 0 5 B9 48 51
Octal 252 353 361 35 2 0 5 271 110 121
Binary 10101010 11101011 11110001 11101 10 0 101 10111001 1001000 1010001

Color Harmonies of #AAEBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBF1

Black with #AAEBF1

Text Example


Text Example

White with #AAEBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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