Html Css Color HEX #AAF5FD Pale Turquoise

📋 copy color: '#AAF5FD'

red 170 ◦ green 245 ◦ blue 253

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

Shades of Pale Turquoise #AAF5FD

Tints of Pale Turquoise #AAF5FD

RGB

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

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

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

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

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 170 245 253 -
CMYK 0.33 0.03 0 0.01
HSL 185.78º 0.95% 0.83% -
HSV(B) 185.78º 0.33% 0.99% -
XYZ 66.96 80.94 105.02 -
YUV 223.49 144.65 89.85 -
System Red Green Blue C M Y K H S L
Decimal 170 245 253 0.33 0.03 0 0.01 185.78 0.95 0.83
Hex AA F5 FD 21 3 0 1 BA 5F 53
Octal 252 365 375 41 3 0 1 272 137 123
Binary 10101010 11110101 11111101 100001 11 0 1 10111010 1011111 1010011

Color Harmonies of #AAF5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF5FD

Black with #AAF5FD

Text Example


Text Example

White with #AAF5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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