Html Css Color HEX #AAF3EE Pale Turquoise

📋 copy color: '#AAF3EE'

red 170 ◦ green 243 ◦ blue 238

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

Shades of Pale Turquoise #AAF3EE

Tints of Pale Turquoise #AAF3EE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.33%

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

R = 26.11%
G = 37.33%
B = 36.56%

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

#AAF3EE (or 0xAAF3EE) is known color: Pale Turquoise. HEX triplet: AA, F3 and EE. RGB value is (170,243,238). Sum of RGB (Red+Green+Blue) = 170+243+238=651 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.11% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF3EE is #550C11. Grayscale: #DCDCDC. Windows color (decimal): -5573650 or 15659946. OLE color: 15659946.

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

Color convert

RGB 170 243 238 -
CMYK 0.30 0 0.02 0.05
HSL 175.89º 0.75% 0.81% -
HSV(B) 175.89º 0.3% 0.95% -
XYZ 64.06 78.82 92.73 -
YUV 220.6 137.82 91.91 -
System Red Green Blue C M Y K H S L
Decimal 170 243 238 0.30 0 0.02 0.05 175.89 0.75 0.81
Hex AA F3 EE 1E 0 2 5 B0 4B 51
Octal 252 363 356 36 0 2 5 260 113 121
Binary 10101010 11110011 11101110 11110 0 10 101 10110000 1001011 1010001

Color Harmonies of #AAF3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF3EE

Black with #AAF3EE

Text Example


Text Example

White with #AAF3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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