Html Css Color HEX #AAF6FF Pale Turquoise

📋 copy color: '#AAF6FF'

red 170 ◦ green 246 ◦ blue 255

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

Shades of Pale Turquoise #AAF6FF

Tints of Pale Turquoise #AAF6FF

RGB

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

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

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

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

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #AAF6FF: hue angle of 186.35º 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 #AAF6FF is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 246 255 -
CMYK 0.33 0.04 0 0
HSL 186.35º 1% 0.83% -
HSV(B) 186.35º 0.33% 1% -
XYZ 67.58 81.68 106.81 -
YUV 224.3 145.32 89.27 -
System Red Green Blue C M Y K H S L
Decimal 170 246 255 0.33 0.04 0 0 186.35 1 0.83
Hex AA F6 FF 21 4 0 0 BA 64 53
Octal 252 366 377 41 4 0 0 272 144 123
Binary 10101010 11110110 11111111 100001 100 0 0 10111010 1100100 1010011

Color Harmonies of #AAF6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF6FF

Black with #AAF6FF

Text Example


Text Example

White with #AAF6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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