Html Css Color HEX #AAFFED Pale Turquoise

📋 copy color: '#AAFFED'

red 170 ◦ green 255 ◦ blue 237

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

Shades of Pale Turquoise #AAFFED

Tints of Pale Turquoise #AAFFED

RGB

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

 GREEN value IS 255 (100% from 255) = 38.52%

 BLUE value IS 237 (92.97% from 255) = 35.8%

R = 25.68%
G = 38.52%
B = 35.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#AAFFED (or 0xAAFFED) is known color: Pale Turquoise. HEX triplet: AA, FF and ED. RGB value is (170,255,237). Sum of RGB (Red+Green+Blue) = 170+255+237=662 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.68% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFED is #550012. Grayscale: #E3E3E3. Windows color (decimal): -5570579 or 15597482. OLE color: 15597482.

HSL color Cylindrical-coordinate representation of color #AAFFED: hue angle of 167.29º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFED is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 237 -
CMYK 0.33 0 0.07 0
HSL 167.29º 1% 0.83% -
HSV(B) 167.29º 0.33% 1% -
XYZ 67.62 86.18 93.19 -
YUV 227.53 133.34 86.96 -
System Red Green Blue C M Y K H S L
Decimal 170 255 237 0.33 0 0.07 0 167.29 1 0.83
Hex AA FF ED 21 0 7 0 A7 64 53
Octal 252 377 355 41 0 7 0 247 144 123
Binary 10101010 11111111 11101101 100001 0 111 0 10100111 1100100 1010011

Color Harmonies of #AAFFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFED

Black with #AAFFED

Text Example


Text Example

White with #AAFFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFED; }

 p { color: rgb(170,255,237); }

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

background-color css

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

 a { background-color: rgb(170,255,237); }

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

border-color css

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

 span { border-color: rgb(170,255,237); }

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