Html Css Color HEX #AAF8ED Pale Turquoise

📋 copy color: '#AAF8ED'

red 170 ◦ green 248 ◦ blue 237

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

Shades of Pale Turquoise #AAF8ED

Tints of Pale Turquoise #AAF8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.18%

R = 25.95%
G = 37.86%
B = 36.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#AAF8ED (or 0xAAF8ED) is known color: Pale Turquoise. HEX triplet: AA, F8 and ED. RGB value is (170,248,237). Sum of RGB (Red+Green+Blue) = 170+248+237=655 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.95% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF8ED is #550712. Grayscale: #DFDFDF. Windows color (decimal): -5572371 or 15595690. OLE color: 15595690.

HSL color Cylindrical-coordinate representation of color #AAF8ED: hue angle of 171.54º 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 #AAF8ED is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 237 -
CMYK 0.31 0 0.04 0.03
HSL 171.54º 0.85% 0.82% -
HSV(B) 171.54º 0.31% 0.97% -
XYZ 65.43 81.8 92.46 -
YUV 223.42 135.66 89.89 -
System Red Green Blue C M Y K H S L
Decimal 170 248 237 0.31 0 0.04 0.03 171.54 0.85 0.82
Hex AA F8 ED 1F 0 4 3 AC 55 52
Octal 252 370 355 37 0 4 3 254 125 122
Binary 10101010 11111000 11101101 11111 0 100 11 10101100 1010101 1010010

Color Harmonies of #AAF8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF8ED

Black with #AAF8ED

Text Example


Text Example

White with #AAF8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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