Html Css Color HEX #AAF6EB Pale Turquoise

📋 copy color: '#AAF6EB'

red 170 ◦ green 246 ◦ blue 235

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

Shades of Pale Turquoise #AAF6EB

Tints of Pale Turquoise #AAF6EB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.79%

 BLUE value IS 235 (92.19% from 255) = 36.1%

R = 26.11%
G = 37.79%
B = 36.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#AAF6EB (or 0xAAF6EB) is known color: Pale Turquoise. HEX triplet: AA, F6 and EB. RGB value is (170,246,235). Sum of RGB (Red+Green+Blue) = 170+246+235=651 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.11% from 651); Green value is 246 (96.48% from 255 or 37.79% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF6EB is #550914. Grayscale: #DDDDDD. Windows color (decimal): -5572885 or 15464106. OLE color: 15464106.

HSL color Cylindrical-coordinate representation of color #AAF6EB: hue angle of 171.32º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF6EB is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 246 235 -
CMYK 0.31 0 0.04 0.04
HSL 171.32º 0.81% 0.82% -
HSV(B) 171.32º 0.31% 0.96% -
XYZ 64.53 80.46 90.73 -
YUV 222.02 135.32 90.89 -
System Red Green Blue C M Y K H S L
Decimal 170 246 235 0.31 0 0.04 0.04 171.32 0.81 0.82
Hex AA F6 EB 1F 0 4 4 AB 51 52
Octal 252 366 353 37 0 4 4 253 121 122
Binary 10101010 11110110 11101011 11111 0 100 100 10101011 1010001 1010010

Color Harmonies of #AAF6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF6EB

Black with #AAF6EB

Text Example


Text Example

White with #AAF6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF6EB; }

 p { color: rgb(170,246,235); }

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

background-color css

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

 a { background-color: rgb(170,246,235); }

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

border-color css

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

 span { border-color: rgb(170,246,235); }

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