Html Css Color HEX #AAFFF8 Pale Turquoise

📋 copy color: '#AAFFF8'

red 170 ◦ green 255 ◦ blue 248

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

Shades of Pale Turquoise #AAFFF8

Tints of Pale Turquoise #AAFFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.85%

R = 25.26%
G = 37.89%
B = 36.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#AAFFF8 (or 0xAAFFF8) is known color: Pale Turquoise. HEX triplet: AA, FF and F8. RGB value is (170,255,248). Sum of RGB (Red+Green+Blue) = 170+255+248=673 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.26% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFF8 is #550007. Grayscale: #E4E4E4. Windows color (decimal): -5570568 or 16318378. OLE color: 16318378.

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

Color convert

RGB 170 255 248 -
CMYK 0.33 0 0.03 0
HSL 175.06º 1% 0.83% -
HSV(B) 175.06º 0.33% 1% -
XYZ 69.28 86.84 101.92 -
YUV 228.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 170 255 248 0.33 0 0.03 0 175.06 1 0.83
Hex AA FF F8 21 0 3 0 AF 64 53
Octal 252 377 370 41 0 3 0 257 144 123
Binary 10101010 11111111 11111000 100001 0 11 0 10101111 1100100 1010011

Color Harmonies of #AAFFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFF8

Black with #AAFFF8

Text Example


Text Example

White with #AAFFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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