Html Css Color HEX #AAF8FD Pale Turquoise

📋 copy color: '#AAF8FD'

red 170 ◦ green 248 ◦ blue 253

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

Shades of Pale Turquoise #AAF8FD

Tints of Pale Turquoise #AAF8FD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.96%

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

R = 25.34%
G = 36.96%
B = 37.7%

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

#AAF8FD (or 0xAAF8FD) is known color: Pale Turquoise. HEX triplet: AA, F8 and FD. RGB value is (170,248,253). Sum of RGB (Red+Green+Blue) = 170+248+253=671 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.34% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAF8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF8FD is #550702. Grayscale: #E1E1E1. Windows color (decimal): -5572355 or 16644266. OLE color: 16644266.

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

Color convert

RGB 170 248 253 -
CMYK 0.33 0.02 0 0.01
HSL 183.61º 0.95% 0.83% -
HSV(B) 183.61º 0.33% 0.99% -
XYZ 67.87 82.77 105.33 -
YUV 225.25 143.66 88.59 -
System Red Green Blue C M Y K H S L
Decimal 170 248 253 0.33 0.02 0 0.01 183.61 0.95 0.83
Hex AA F8 FD 21 2 0 1 B8 5F 53
Octal 252 370 375 41 2 0 1 270 137 123
Binary 10101010 11111000 11111101 100001 10 0 1 10111000 1011111 1010011

Color Harmonies of #AAF8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF8FD

Black with #AAF8FD

Text Example


Text Example

White with #AAF8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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