Html Css Color HEX #AAFDFA Pale Turquoise

📋 copy color: '#AAFDFA'

red 170 ◦ green 253 ◦ blue 250

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

Shades of Pale Turquoise #AAFDFA

Tints of Pale Turquoise #AAFDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.15%

R = 25.26%
G = 37.59%
B = 37.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#AAFDFA (or 0xAAFDFA) is known color: Pale Turquoise. HEX triplet: AA, FD and FA. RGB value is (170,253,250). Sum of RGB (Red+Green+Blue) = 170+253+250=673 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.26% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFDFA is #550205. Grayscale: #E3E3E3. Windows color (decimal): -5571078 or 16448938. OLE color: 16448938.

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

Color convert

RGB 170 253 250 -
CMYK 0.33 0 0.01 0.01
HSL 177.83º 0.95% 0.83% -
HSV(B) 177.83º 0.33% 0.99% -
XYZ 68.96 85.7 103.35 -
YUV 227.84 140.5 86.74 -
System Red Green Blue C M Y K H S L
Decimal 170 253 250 0.33 0 0.01 0.01 177.83 0.95 0.83
Hex AA FD FA 21 0 1 1 B2 5F 53
Octal 252 375 372 41 0 1 1 262 137 123
Binary 10101010 11111101 11111010 100001 0 1 1 10110010 1011111 1010011

Color Harmonies of #AAFDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDFA

Black with #AAFDFA

Text Example


Text Example

White with #AAFDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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