Html Css Color HEX #AAFDF5 Pale Turquoise

📋 copy color: '#AAFDF5'

red 170 ◦ green 253 ◦ blue 245

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

Shades of Pale Turquoise #AAFDF5

Tints of Pale Turquoise #AAFDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.68%

R = 25.45%
G = 37.87%
B = 36.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#AAFDF5 (or 0xAAFDF5) is known color: Pale Turquoise. HEX triplet: AA, FD and F5. RGB value is (170,253,245). Sum of RGB (Red+Green+Blue) = 170+253+245=668 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.45% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFDF5 is #55020A. Grayscale: #E3E3E3. Windows color (decimal): -5571083 or 16121258. OLE color: 16121258.

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

Color convert

RGB 170 253 245 -
CMYK 0.33 0 0.03 0.01
HSL 174.22º 0.95% 0.83% -
HSV(B) 174.22º 0.33% 0.99% -
XYZ 68.18 85.39 99.27 -
YUV 227.27 138 87.15 -
System Red Green Blue C M Y K H S L
Decimal 170 253 245 0.33 0 0.03 0.01 174.22 0.95 0.83
Hex AA FD F5 21 0 3 1 AE 5F 53
Octal 252 375 365 41 0 3 1 256 137 123
Binary 10101010 11111101 11110101 100001 0 11 1 10101110 1011111 1010011

Color Harmonies of #AAFDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDF5

Black with #AAFDF5

Text Example


Text Example

White with #AAFDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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