Html Css Color HEX #AAF3F0 Pale Turquoise

📋 copy color: '#AAF3F0'

red 170 ◦ green 243 ◦ blue 240

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

Shades of Pale Turquoise #AAF3F0

Tints of Pale Turquoise #AAF3F0

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.21%

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

R = 26.03%
G = 37.21%
B = 36.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#AAF3F0 (or 0xAAF3F0) is known color: Pale Turquoise. HEX triplet: AA, F3 and F0. RGB value is (170,243,240). Sum of RGB (Red+Green+Blue) = 170+243+240=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF3F0 is #550C0F. Grayscale: #DCDCDC. Windows color (decimal): -5573648 or 15791018. OLE color: 15791018.

HSL color Cylindrical-coordinate representation of color #AAF3F0: hue angle of 177.53º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF3F0 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 240 -
CMYK 0.30 0 0.01 0.05
HSL 177.53º 0.75% 0.81% -
HSV(B) 177.53º 0.3% 0.95% -
XYZ 64.36 78.94 94.28 -
YUV 220.83 138.82 91.74 -
System Red Green Blue C M Y K H S L
Decimal 170 243 240 0.30 0 0.01 0.05 177.53 0.75 0.81
Hex AA F3 F0 1E 0 1 5 B2 4B 51
Octal 252 363 360 36 0 1 5 262 113 121
Binary 10101010 11110011 11110000 11110 0 1 101 10110010 1001011 1010001

Color Harmonies of #AAF3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF3F0

Black with #AAF3F0

Text Example


Text Example

White with #AAF3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF3F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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