Html Css Color HEX #AAF2ED Pale Turquoise

📋 copy color: '#AAF2ED'

red 170 ◦ green 242 ◦ blue 237

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

Shades of Pale Turquoise #AAF2ED

Tints of Pale Turquoise #AAF2ED

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.29%

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

R = 26.19%
G = 37.29%
B = 36.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#AAF2ED (or 0xAAF2ED) is known color: Pale Turquoise. HEX triplet: AA, F2 and ED. RGB value is (170,242,237). Sum of RGB (Red+Green+Blue) = 170+242+237=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2ED is #550D12. Grayscale: #DBDBDB. Windows color (decimal): -5573907 or 15594154. OLE color: 15594154.

HSL color Cylindrical-coordinate representation of color #AAF2ED: hue angle of 175.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2ED is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 237 -
CMYK 0.30 0 0.02 0.05
HSL 175.83º 0.73% 0.81% -
HSV(B) 175.83º 0.3% 0.95% -
XYZ 63.62 78.16 91.86 -
YUV 219.9 137.65 92.41 -
System Red Green Blue C M Y K H S L
Decimal 170 242 237 0.30 0 0.02 0.05 175.83 0.73 0.81
Hex AA F2 ED 1E 0 2 5 B0 49 51
Octal 252 362 355 36 0 2 5 260 111 121
Binary 10101010 11110010 11101101 11110 0 10 101 10110000 1001001 1010001

Color Harmonies of #AAF2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2ED

Black with #AAF2ED

Text Example


Text Example

White with #AAF2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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