Html Css Color HEX #AAF4FF Pale Turquoise

📋 copy color: '#AAF4FF'

red 170 ◦ green 244 ◦ blue 255

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

Shades of Pale Turquoise #AAF4FF

Tints of Pale Turquoise #AAF4FF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.47%

 BLUE value IS 255 (100% from 255) = 38.12%

R = 25.41%
G = 36.47%
B = 38.12%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AAF4FF (or 0xAAF4FF) is known color: Pale Turquoise. HEX triplet: AA, F4 and FF. RGB value is (170,244,255). Sum of RGB (Red+Green+Blue) = 170+244+255=669 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.41% from 669); Green value is 244 (95.70% from 255 or 36.47% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAF4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF4FF is #550B00. Grayscale: #DFDFDF. Windows color (decimal): -5573377 or 16774314. OLE color: 16774314.

HSL color Cylindrical-coordinate representation of color #AAF4FF: hue angle of 187.76º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAF4FF is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 244 255 -
CMYK 0.33 0.04 0 0
HSL 187.76º 1% 0.83% -
HSV(B) 187.76º 0.33% 1% -
XYZ 66.98 80.47 106.61 -
YUV 223.13 145.98 90.11 -
System Red Green Blue C M Y K H S L
Decimal 170 244 255 0.33 0.04 0 0 187.76 1 0.83
Hex AA F4 FF 21 4 0 0 BC 64 53
Octal 252 364 377 41 4 0 0 274 144 123
Binary 10101010 11110100 11111111 100001 100 0 0 10111100 1100100 1010011

Color Harmonies of #AAF4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF4FF

Black with #AAF4FF

Text Example


Text Example

White with #AAF4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF4FF; }

 p { color: rgb(170,244,255); }

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

background-color css

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

 a { background-color: rgb(170,244,255); }

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

border-color css

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

 span { border-color: rgb(170,244,255); }

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