Html Css Color HEX #AAFAF0 Pale Turquoise

📋 copy color: '#AAFAF0'

red 170 ◦ green 250 ◦ blue 240

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

Shades of Pale Turquoise #AAFAF0

Tints of Pale Turquoise #AAFAF0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.88%

 BLUE value IS 240 (94.14% from 255) = 36.36%

R = 25.76%
G = 37.88%
B = 36.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#AAFAF0 (or 0xAAFAF0) is known color: Pale Turquoise. HEX triplet: AA, FA and F0. RGB value is (170,250,240). Sum of RGB (Red+Green+Blue) = 170+250+240=660 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.76% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFAF0 is #55050F. Grayscale: #E0E0E0. Windows color (decimal): -5571856 or 15792810. OLE color: 15792810.

HSL color Cylindrical-coordinate representation of color #AAFAF0: hue angle of 172.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFAF0 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 240 -
CMYK 0.32 0 0.04 0.02
HSL 172.5º 0.89% 0.82% -
HSV(B) 172.5º 0.32% 0.98% -
XYZ 66.49 83.21 94.99 -
YUV 224.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 170 250 240 0.32 0 0.04 0.02 172.5 0.89 0.82
Hex AA FA F0 20 0 4 2 AC 59 52
Octal 252 372 360 40 0 4 2 254 131 122
Binary 10101010 11111010 11110000 100000 0 100 10 10101100 1011001 1010010

Color Harmonies of #AAFAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFAF0

Black with #AAFAF0

Text Example


Text Example

White with #AAFAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFAF0; }

 p { color: rgb(170,250,240); }

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

background-color css

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

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

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

border-color css

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

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

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