Html Css Color HEX #AAF2EF Pale Turquoise

📋 copy color: '#AAF2EF'

red 170 ◦ green 242 ◦ blue 239

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

Shades of Pale Turquoise #AAF2EF

Tints of Pale Turquoise #AAF2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.71%

R = 26.11%
G = 37.17%
B = 36.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#AAF2EF (or 0xAAF2EF) is known color: Pale Turquoise. HEX triplet: AA, F2 and EF. RGB value is (170,242,239). Sum of RGB (Red+Green+Blue) = 170+242+239=651 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.11% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2EF is #550D10. Grayscale: #DCDCDC. Windows color (decimal): -5573905 or 15725226. OLE color: 15725226.

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

Color convert

RGB 170 242 239 -
CMYK 0.30 0 0.01 0.05
HSL 177.5º 0.73% 0.81% -
HSV(B) 177.5º 0.3% 0.95% -
XYZ 63.91 78.28 93.4 -
YUV 220.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 170 242 239 0.30 0 0.01 0.05 177.5 0.73 0.81
Hex AA F2 EF 1E 0 1 5 B2 49 51
Octal 252 362 357 36 0 1 5 262 111 121
Binary 10101010 11110010 11101111 11110 0 1 101 10110010 1001001 1010001

Color Harmonies of #AAF2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2EF

Black with #AAF2EF

Text Example


Text Example

White with #AAF2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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