Html Css Color HEX #AAF0FB Pale Turquoise

📋 copy color: '#AAF0FB'

red 170 ◦ green 240 ◦ blue 251

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

Shades of Pale Turquoise #AAF0FB

Tints of Pale Turquoise #AAF0FB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.31%

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

R = 25.72%
G = 36.31%
B = 37.97%

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

#AAF0FB (or 0xAAF0FB) is known color: Pale Turquoise. HEX triplet: AA, F0 and FB. RGB value is (170,240,251). Sum of RGB (Red+Green+Blue) = 170+240+251=661 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.72% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAF0FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF0FB is #550F04. Grayscale: #DCDCDC. Windows color (decimal): -5574405 or 16511146. OLE color: 16511146.

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

Color convert

RGB 170 240 251 -
CMYK 0.32 0.04 0 0.02
HSL 188.15º 0.91% 0.83% -
HSV(B) 188.15º 0.32% 0.98% -
XYZ 65.15 77.83 102.86 -
YUV 220.32 145.31 92.11 -
System Red Green Blue C M Y K H S L
Decimal 170 240 251 0.32 0.04 0 0.02 188.15 0.91 0.83
Hex AA F0 FB 20 4 0 2 BC 5B 53
Octal 252 360 373 40 4 0 2 274 133 123
Binary 10101010 11110000 11111011 100000 100 0 10 10111100 1011011 1010011

Color Harmonies of #AAF0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF0FB

Black with #AAF0FB

Text Example


Text Example

White with #AAF0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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