Html Css Color HEX #AAFFFF Pale Turquoise

📋 copy color: '#AAFFFF'

red 170 ◦ green 255 ◦ blue 255

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

Shades of Pale Turquoise #AAFFFF

Tints of Pale Turquoise #AAFFFF

RGB

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

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

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

R = 25%
G = 37.5%
B = 37.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AAFFFF (or 0xAAFFFF) is known color: Pale Turquoise. HEX triplet: AA, FF and FF. RGB value is (170,255,255). Sum of RGB (Red+Green+Blue) = 170+255+255=680 (90% of max value = 765). Red value is 170 (66.80% from 255 or 25% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #AAFFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFFF is #550000. Grayscale: #E5E5E5. Windows color (decimal): -5570561 or 16777130. OLE color: 16777130.

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

Color convert

RGB 170 255 255 -
CMYK 0.33 0 0 0
HSL 180º 1% 0.83% -
HSV(B) 180º 0.33% 1% -
XYZ 70.39 87.29 107.75 -
YUV 229.59 142.34 85.5 -
System Red Green Blue C M Y K H S L
Decimal 170 255 255 0.33 0 0 0 180 1 0.83
Hex AA FF FF 21 0 0 0 B4 64 53
Octal 252 377 377 41 0 0 0 264 144 123
Binary 10101010 11111111 11111111 100001 0 0 0 10110100 1100100 1010011

Color Harmonies of #AAFFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFFF

Black with #AAFFFF

Text Example


Text Example

White with #AAFFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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