Html Css Color HEX #AAFFFC Pale Turquoise

📋 copy color: '#AAFFFC'

red 170 ◦ green 255 ◦ blue 252

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

Shades of Pale Turquoise #AAFFFC

Tints of Pale Turquoise #AAFFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.22%

R = 25.11%
G = 37.67%
B = 37.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#AAFFFC (or 0xAAFFFC) is known color: Pale Turquoise. HEX triplet: AA, FF and FC. RGB value is (170,255,252). Sum of RGB (Red+Green+Blue) = 170+255+252=677 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.11% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFFC is #550003. Grayscale: #E5E5E5. Windows color (decimal): -5570564 or 16580522. OLE color: 16580522.

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

Color convert

RGB 170 255 252 -
CMYK 0.33 0 0.01 0
HSL 177.88º 1% 0.83% -
HSV(B) 177.88º 0.33% 1% -
XYZ 69.91 87.09 105.22 -
YUV 229.24 140.84 85.74 -
System Red Green Blue C M Y K H S L
Decimal 170 255 252 0.33 0 0.01 0 177.88 1 0.83
Hex AA FF FC 21 0 1 0 B2 64 53
Octal 252 377 374 41 0 1 0 262 144 123
Binary 10101010 11111111 11111100 100001 0 1 0 10110010 1100100 1010011

Color Harmonies of #AAFFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFFC

Black with #AAFFFC

Text Example


Text Example

White with #AAFFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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