Html Css Color HEX #AAF5FC Pale Turquoise

📋 copy color: '#AAF5FC'

red 170 ◦ green 245 ◦ blue 252

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

Shades of Pale Turquoise #AAF5FC

Tints of Pale Turquoise #AAF5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.78%

R = 25.49%
G = 36.73%
B = 37.78%

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

#AAF5FC (or 0xAAF5FC) is known color: Pale Turquoise. HEX triplet: AA, F5 and FC. RGB value is (170,245,252). Sum of RGB (Red+Green+Blue) = 170+245+252=667 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.49% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAF5FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF5FC is #550A03. Grayscale: #DFDFDF. Windows color (decimal): -5573124 or 16577962. OLE color: 16577962.

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

Color convert

RGB 170 245 252 -
CMYK 0.33 0.03 0 0.01
HSL 185.12º 0.93% 0.83% -
HSV(B) 185.12º 0.33% 0.99% -
XYZ 66.8 80.88 104.19 -
YUV 223.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 170 245 252 0.33 0.03 0 0.01 185.12 0.93 0.83
Hex AA F5 FC 21 3 0 1 B9 5D 53
Octal 252 365 374 41 3 0 1 271 135 123
Binary 10101010 11110101 11111100 100001 11 0 1 10111001 1011101 1010011

Color Harmonies of #AAF5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF5FC

Black with #AAF5FC

Text Example


Text Example

White with #AAF5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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