Html Css Color HEX #AAF9EE Pale Turquoise

📋 copy color: '#AAF9EE'

red 170 ◦ green 249 ◦ blue 238

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

Shades of Pale Turquoise #AAF9EE

Tints of Pale Turquoise #AAF9EE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.9%

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

R = 25.88%
G = 37.9%
B = 36.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#AAF9EE (or 0xAAF9EE) is known color: Pale Turquoise. HEX triplet: AA, F9 and EE. RGB value is (170,249,238). Sum of RGB (Red+Green+Blue) = 170+249+238=657 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.88% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF9EE is #550611. Grayscale: #E0E0E0. Windows color (decimal): -5572114 or 15661482. OLE color: 15661482.

HSL color Cylindrical-coordinate representation of color #AAF9EE: hue angle of 171.65º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9EE is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 238 -
CMYK 0.32 0 0.04 0.02
HSL 171.65º 0.87% 0.82% -
HSV(B) 171.65º 0.32% 0.98% -
XYZ 65.89 82.47 93.33 -
YUV 224.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 170 249 238 0.32 0 0.04 0.02 171.65 0.87 0.82
Hex AA F9 EE 20 0 4 2 AC 57 52
Octal 252 371 356 40 0 4 2 254 127 122
Binary 10101010 11111001 11101110 100000 0 100 10 10101100 1010111 1010010

Color Harmonies of #AAF9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF9EE

Black with #AAF9EE

Text Example


Text Example

White with #AAF9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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