Html Css Color HEX #AAEEF6 Pale Turquoise

📋 copy color: '#AAEEF6'

red 170 ◦ green 238 ◦ blue 246

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

Shades of Pale Turquoise #AAEEF6

Tints of Pale Turquoise #AAEEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.61%

R = 25.99%
G = 36.39%
B = 37.61%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AAEEF6 (or 0xAAEEF6) is known color: Pale Turquoise. HEX triplet: AA, EE and F6. RGB value is (170,238,246). Sum of RGB (Red+Green+Blue) = 170+238+246=654 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.99% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #AAEEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEEF6 is #551109. Grayscale: #DADADA. Windows color (decimal): -5574922 or 16182954. OLE color: 16182954.

HSL color Cylindrical-coordinate representation of color #AAEEF6: hue angle of 186.32º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAEEF6 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 238 246 -
CMYK 0.31 0.03 0 0.04
HSL 186.32º 0.81% 0.82% -
HSV(B) 186.32º 0.31% 0.96% -
XYZ 63.79 76.35 98.56 -
YUV 218.58 143.47 93.35 -
System Red Green Blue C M Y K H S L
Decimal 170 238 246 0.31 0.03 0 0.04 186.32 0.81 0.82
Hex AA EE F6 1F 3 0 4 BA 51 52
Octal 252 356 366 37 3 0 4 272 121 122
Binary 10101010 11101110 11110110 11111 11 0 100 10111010 1010001 1010010

Color Harmonies of #AAEEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEEF6

Black with #AAEEF6

Text Example


Text Example

White with #AAEEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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