Html Css Color HEX #AAF8F3 Pale Turquoise

📋 copy color: '#AAF8F3'

red 170 ◦ green 248 ◦ blue 243

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

Shades of Pale Turquoise #AAF8F3

Tints of Pale Turquoise #AAF8F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.76%

R = 25.72%
G = 37.52%
B = 36.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#AAF8F3 (or 0xAAF8F3) is known color: Pale Turquoise. HEX triplet: AA, F8 and F3. RGB value is (170,248,243). Sum of RGB (Red+Green+Blue) = 170+248+243=661 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.72% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 243 (95.31% from 255 or 36.76% from 661); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF8F3 is #55070C. Grayscale: #E0E0E0. Windows color (decimal): -5572365 or 15988906. OLE color: 15988906.

HSL color Cylindrical-coordinate representation of color #AAF8F3: hue angle of 176.15º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF8F3 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 243 -
CMYK 0.31 0 0.02 0.03
HSL 176.15º 0.85% 0.82% -
HSV(B) 176.15º 0.31% 0.97% -
XYZ 66.32 82.15 97.16 -
YUV 224.11 138.66 89.41 -
System Red Green Blue C M Y K H S L
Decimal 170 248 243 0.31 0 0.02 0.03 176.15 0.85 0.82
Hex AA F8 F3 1F 0 2 3 B0 55 52
Octal 252 370 363 37 0 2 3 260 125 122
Binary 10101010 11111000 11110011 11111 0 10 11 10110000 1010101 1010010

Color Harmonies of #AAF8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF8F3

Black with #AAF8F3

Text Example


Text Example

White with #AAF8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF8F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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