Html Css Color HEX #AAFDF2 Pale Turquoise

📋 copy color: '#AAFDF2'

red 170 ◦ green 253 ◦ blue 242

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

Shades of Pale Turquoise #AAFDF2

Tints of Pale Turquoise #AAFDF2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.05%

 BLUE value IS 242 (94.92% from 255) = 36.39%

R = 25.56%
G = 38.05%
B = 36.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#AAFDF2 (or 0xAAFDF2) is known color: Pale Turquoise. HEX triplet: AA, FD and F2. RGB value is (170,253,242). Sum of RGB (Red+Green+Blue) = 170+253+242=665 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.56% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFDF2 is #55020D. Grayscale: #E2E2E2. Windows color (decimal): -5571086 or 15924650. OLE color: 15924650.

HSL color Cylindrical-coordinate representation of color #AAFDF2: hue angle of 172.05º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFDF2 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 253 242 -
CMYK 0.33 0 0.04 0.01
HSL 172.05º 0.95% 0.83% -
HSV(B) 172.05º 0.33% 0.99% -
XYZ 67.73 85.21 96.88 -
YUV 226.93 136.5 87.39 -
System Red Green Blue C M Y K H S L
Decimal 170 253 242 0.33 0 0.04 0.01 172.05 0.95 0.83
Hex AA FD F2 21 0 4 1 AC 5F 53
Octal 252 375 362 41 0 4 1 254 137 123
Binary 10101010 11111101 11110010 100001 0 100 1 10101100 1011111 1010011

Color Harmonies of #AAFDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDF2

Black with #AAFDF2

Text Example


Text Example

White with #AAFDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDF2; }

 p { color: rgb(170,253,242); }

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

background-color css

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

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

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

border-color css

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

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

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