Html Css Color HEX #AAF0FC Pale Turquoise

📋 copy color: '#AAF0FC'

red 170 ◦ green 240 ◦ blue 252

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

Shades of Pale Turquoise #AAF0FC

Tints of Pale Turquoise #AAF0FC

RGB

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

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

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

R = 25.68%
G = 36.25%
B = 38.07%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AAF0FC (or 0xAAF0FC) is known color: Pale Turquoise. HEX triplet: AA, F0 and FC. RGB value is (170,240,252). Sum of RGB (Red+Green+Blue) = 170+240+252=662 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.68% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAF0FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF0FC is #550F03. Grayscale: #DCDCDC. Windows color (decimal): -5574404 or 16576682. OLE color: 16576682.

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

Color convert

RGB 170 240 252 -
CMYK 0.33 0.05 0 0.01
HSL 188.78º 0.93% 0.83% -
HSV(B) 188.78º 0.33% 0.99% -
XYZ 65.31 77.89 103.69 -
YUV 220.44 145.81 92.02 -
System Red Green Blue C M Y K H S L
Decimal 170 240 252 0.33 0.05 0 0.01 188.78 0.93 0.83
Hex AA F0 FC 21 5 0 1 BD 5D 53
Octal 252 360 374 41 5 0 1 275 135 123
Binary 10101010 11110000 11111100 100001 101 0 1 10111101 1011101 1010011

Color Harmonies of #AAF0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF0FC

Black with #AAF0FC

Text Example


Text Example

White with #AAF0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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