Html Css Color HEX #AAF6F6 Pale Turquoise

📋 copy color: '#AAF6F6'

red 170 ◦ green 246 ◦ blue 246

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

Shades of Pale Turquoise #AAF6F6

Tints of Pale Turquoise #AAF6F6

RGB

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

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

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

R = 25.68%
G = 37.16%
B = 37.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AAF6F6 (or 0xAAF6F6) is known color: Pale Turquoise. HEX triplet: AA, F6 and F6. RGB value is (170,246,246). Sum of RGB (Red+Green+Blue) = 170+246+246=662 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.68% from 662); Green value is 246 (96.48% from 255 or 37.16% from 662); Blue value is 246 (96.48% from 255 or 37.16% from 662); Max value from RGB is 246 - color contains mainly: green, blue. Hex color #AAF6F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF6F6 is #550909. Grayscale: #DFDFDF. Windows color (decimal): -5572874 or 16185002. OLE color: 16185002.

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

Color convert

RGB 170 246 246 -
CMYK 0.31 0 0 0.04
HSL 180º 0.81% 0.82% -
HSV(B) 180º 0.31% 0.96% -
XYZ 66.17 81.11 99.36 -
YUV 223.28 140.82 90 -
System Red Green Blue C M Y K H S L
Decimal 170 246 246 0.31 0 0 0.04 180 0.81 0.82
Hex AA F6 F6 1F 0 0 4 B4 51 52
Octal 252 366 366 37 0 0 4 264 121 122
Binary 10101010 11110110 11110110 11111 0 0 100 10110100 1010001 1010010

Color Harmonies of #AAF6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF6F6

Black with #AAF6F6

Text Example


Text Example

White with #AAF6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF6F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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