Html Css Color HEX #AAEEF3 Pale Turquoise

📋 copy color: '#AAEEF3'

red 170 ◦ green 238 ◦ blue 243

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

Shades of Pale Turquoise #AAEEF3

Tints of Pale Turquoise #AAEEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.33%

R = 26.11%
G = 36.56%
B = 37.33%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AAEEF3 (or 0xAAEEF3) is known color: Pale Turquoise. HEX triplet: AA, EE and F3. RGB value is (170,238,243). Sum of RGB (Red+Green+Blue) = 170+238+243=651 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.11% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAEEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEEF3 is #55110C. Grayscale: #DADADA. Windows color (decimal): -5574925 or 15986346. OLE color: 15986346.

HSL color Cylindrical-coordinate representation of color #AAEEF3: hue angle of 184.11º degrees, saturation: 0.75, 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 #AAEEF3 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 238 243 -
CMYK 0.30 0.02 0 0.05
HSL 184.11º 0.75% 0.81% -
HSV(B) 184.11º 0.3% 0.95% -
XYZ 63.33 76.17 96.16 -
YUV 218.24 141.97 93.59 -
System Red Green Blue C M Y K H S L
Decimal 170 238 243 0.30 0.02 0 0.05 184.11 0.75 0.81
Hex AA EE F3 1E 2 0 5 B8 4B 51
Octal 252 356 363 36 2 0 5 270 113 121
Binary 10101010 11101110 11110011 11110 10 0 101 10111000 1001011 1010001

Color Harmonies of #AAEEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEEF3

Black with #AAEEF3

Text Example


Text Example

White with #AAEEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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