Html Css Color HEX #AAF1EE Pale Turquoise

📋 copy color: '#AAF1EE'

red 170 ◦ green 241 ◦ blue 238

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

Shades of Pale Turquoise #AAF1EE

Tints of Pale Turquoise #AAF1EE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.13%

 BLUE value IS 238 (93.36% from 255) = 36.67%

R = 26.19%
G = 37.13%
B = 36.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#AAF1EE (or 0xAAF1EE) is known color: Pale Turquoise. HEX triplet: AA, F1 and EE. RGB value is (170,241,238). Sum of RGB (Red+Green+Blue) = 170+241+238=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF1EE is #550E11. Grayscale: #DBDBDB. Windows color (decimal): -5574162 or 15659434. OLE color: 15659434.

HSL color Cylindrical-coordinate representation of color #AAF1EE: hue angle of 177.46º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1EE is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 238 -
CMYK 0.29 0 0.01 0.05
HSL 177.46º 0.72% 0.81% -
HSV(B) 177.46º 0.29% 0.95% -
XYZ 63.47 77.63 92.53 -
YUV 219.43 138.48 92.74 -
System Red Green Blue C M Y K H S L
Decimal 170 241 238 0.29 0 0.01 0.05 177.46 0.72 0.81
Hex AA F1 EE 1D 0 1 5 B1 48 51
Octal 252 361 356 35 0 1 5 261 110 121
Binary 10101010 11110001 11101110 11101 0 1 101 10110001 1001000 1010001

Color Harmonies of #AAF1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF1EE

Black with #AAF1EE

Text Example


Text Example

White with #AAF1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF1EE; }

 p { color: rgb(170,241,238); }

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

background-color css

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

 a { background-color: rgb(170,241,238); }

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

border-color css

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

 span { border-color: rgb(170,241,238); }

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