Html Css Color HEX #AAF1FB Pale Turquoise

📋 copy color: '#AAF1FB'

red 170 ◦ green 241 ◦ blue 251

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

Shades of Pale Turquoise #AAF1FB

Tints of Pale Turquoise #AAF1FB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.4%

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

R = 25.68%
G = 36.4%
B = 37.92%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAF1FB (or 0xAAF1FB) is known color: Pale Turquoise. HEX triplet: AA, F1 and FB. RGB value is (170,241,251). Sum of RGB (Red+Green+Blue) = 170+241+251=662 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.68% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAF1FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF1FB is #550E04. Grayscale: #DCDCDC. Windows color (decimal): -5574149 or 16511402. OLE color: 16511402.

HSL color Cylindrical-coordinate representation of color #AAF1FB: hue angle of 187.41º 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 #AAF1FB is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 241 251 -
CMYK 0.32 0.04 0 0.02
HSL 187.41º 0.91% 0.83% -
HSV(B) 187.41º 0.32% 0.98% -
XYZ 65.45 78.42 102.95 -
YUV 220.91 144.98 91.69 -
System Red Green Blue C M Y K H S L
Decimal 170 241 251 0.32 0.04 0 0.02 187.41 0.91 0.83
Hex AA F1 FB 20 4 0 2 BB 5B 53
Octal 252 361 373 40 4 0 2 273 133 123
Binary 10101010 11110001 11111011 100000 100 0 10 10111011 1011011 1010011

Color Harmonies of #AAF1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF1FB

Black with #AAF1FB

Text Example


Text Example

White with #AAF1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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