Html Css Color HEX #AAFEFA Pale Turquoise

📋 copy color: '#AAFEFA'

red 170 ◦ green 254 ◦ blue 250

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

Shades of Pale Turquoise #AAFEFA

Tints of Pale Turquoise #AAFEFA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.69%

 BLUE value IS 250 (98.05% from 255) = 37.09%

R = 25.22%
G = 37.69%
B = 37.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#AAFEFA (or 0xAAFEFA) is known color: Pale Turquoise. HEX triplet: AA, FE and FA. RGB value is (170,254,250). Sum of RGB (Red+Green+Blue) = 170+254+250=674 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.22% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFEFA is #550105. Grayscale: #E4E4E4. Windows color (decimal): -5570822 or 16449194. OLE color: 16449194.

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

Color convert

RGB 170 254 250 -
CMYK 0.33 0 0.02 0.00
HSL 177.14º 0.98% 0.83% -
HSV(B) 177.14º 0.33% 1% -
XYZ 69.27 86.33 103.46 -
YUV 228.43 140.17 86.33 -
System Red Green Blue C M Y K H S L
Decimal 170 254 250 0.33 0 0.02 0.00 177.14 0.98 0.83
Hex AA FE FA 21 0 2 0 B1 62 53
Octal 252 376 372 41 0 2 0 261 142 123
Binary 10101010 11111110 11111010 100001 0 10 0 10110001 1100010 1010011

Color Harmonies of #AAFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFEFA

Black with #AAFEFA

Text Example


Text Example

White with #AAFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFEFA; }

 p { color: rgb(170,254,250); }

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

background-color css

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

 a { background-color: rgb(170,254,250); }

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

border-color css

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

 span { border-color: rgb(170,254,250); }

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