Html Css Color HEX #AAF5FB Pale Turquoise

📋 copy color: '#AAF5FB'

red 170 ◦ green 245 ◦ blue 251

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

Shades of Pale Turquoise #AAF5FB

Tints of Pale Turquoise #AAF5FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.69%

R = 25.53%
G = 36.79%
B = 37.69%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAF5FB (or 0xAAF5FB) is known color: Pale Turquoise. HEX triplet: AA, F5 and FB. RGB value is (170,245,251). Sum of RGB (Red+Green+Blue) = 170+245+251=666 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.53% from 666); Green value is 245 (96.09% from 255 or 36.79% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAF5FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF5FB is #550A04. Grayscale: #DFDFDF. Windows color (decimal): -5573125 or 16512426. OLE color: 16512426.

HSL color Cylindrical-coordinate representation of color #AAF5FB: hue angle of 184.44º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF5FB is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 245 251 -
CMYK 0.32 0.02 0 0.02
HSL 184.44º 0.91% 0.83% -
HSV(B) 184.44º 0.32% 0.98% -
XYZ 66.64 80.82 103.35 -
YUV 223.26 143.65 90.01 -
System Red Green Blue C M Y K H S L
Decimal 170 245 251 0.32 0.02 0 0.02 184.44 0.91 0.83
Hex AA F5 FB 20 2 0 2 B8 5B 53
Octal 252 365 373 40 2 0 2 270 133 123
Binary 10101010 11110101 11111011 100000 10 0 10 10111000 1011011 1010011

Color Harmonies of #AAF5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF5FB

Black with #AAF5FB

Text Example


Text Example

White with #AAF5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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