Html Css Color HEX #AAF7FD Pale Turquoise

📋 copy color: '#AAF7FD'

red 170 ◦ green 247 ◦ blue 253

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

Shades of Pale Turquoise #AAF7FD

Tints of Pale Turquoise #AAF7FD

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.87%

 BLUE value IS 253 (99.22% from 255) = 37.76%

R = 25.37%
G = 36.87%
B = 37.76%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AAF7FD (or 0xAAF7FD) is known color: Pale Turquoise. HEX triplet: AA, F7 and FD. RGB value is (170,247,253). Sum of RGB (Red+Green+Blue) = 170+247+253=670 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.37% from 670); Green value is 247 (96.88% from 255 or 36.87% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAF7FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF7FD is #550802. Grayscale: #E0E0E0. Windows color (decimal): -5572611 or 16644010. OLE color: 16644010.

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

Color convert

RGB 170 247 253 -
CMYK 0.33 0.02 0 0.01
HSL 184.34º 0.95% 0.83% -
HSV(B) 184.34º 0.33% 0.99% -
XYZ 67.57 82.16 105.23 -
YUV 224.66 143.99 89.01 -
System Red Green Blue C M Y K H S L
Decimal 170 247 253 0.33 0.02 0 0.01 184.34 0.95 0.83
Hex AA F7 FD 21 2 0 1 B8 5F 53
Octal 252 367 375 41 2 0 1 270 137 123
Binary 10101010 11110111 11111101 100001 10 0 1 10111000 1011111 1010011

Color Harmonies of #AAF7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF7FD

Black with #AAF7FD

Text Example


Text Example

White with #AAF7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF7FD; }

 p { color: rgb(170,247,253); }

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

background-color css

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

 a { background-color: rgb(170,247,253); }

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

border-color css

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

 span { border-color: rgb(170,247,253); }

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