Html Css Color HEX #AAFFF6 Pale Turquoise

📋 copy color: '#AAFFF6'

red 170 ◦ green 255 ◦ blue 246

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

Shades of Pale Turquoise #AAFFF6

Tints of Pale Turquoise #AAFFF6

RGB

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

 GREEN value IS 255 (100% from 255) = 38%

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

R = 25.34%
G = 38%
B = 36.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#AAFFF6 (or 0xAAFFF6) is known color: Pale Turquoise. HEX triplet: AA, FF and F6. RGB value is (170,255,246). Sum of RGB (Red+Green+Blue) = 170+255+246=671 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.34% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFF6 is #550009. Grayscale: #E4E4E4. Windows color (decimal): -5570570 or 16187306. OLE color: 16187306.

HSL color Cylindrical-coordinate representation of color #AAFFF6: hue angle of 173.65º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFF6 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 246 -
CMYK 0.33 0 0.04 0
HSL 173.65º 1% 0.83% -
HSV(B) 173.65º 0.33% 1% -
XYZ 68.97 86.72 100.29 -
YUV 228.56 137.84 86.23 -
System Red Green Blue C M Y K H S L
Decimal 170 255 246 0.33 0 0.04 0 173.65 1 0.83
Hex AA FF F6 21 0 4 0 AE 64 53
Octal 252 377 366 41 0 4 0 256 144 123
Binary 10101010 11111111 11110110 100001 0 100 0 10101110 1100100 1010011

Color Harmonies of #AAFFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFF6

Black with #AAFFF6

Text Example


Text Example

White with #AAFFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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