Html Css Color HEX #AAFEFF Pale Turquoise

📋 copy color: '#AAFEFF'

red 170 ◦ green 254 ◦ blue 255

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

Shades of Pale Turquoise #AAFEFF

Tints of Pale Turquoise #AAFEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.56%

R = 25.04%
G = 37.41%
B = 37.56%

CMYK

 C value IS 0.33

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AAFEFF (or 0xAAFEFF) is known color: Pale Turquoise. HEX triplet: AA, FE and FF. RGB value is (170,254,255). Sum of RGB (Red+Green+Blue) = 170+254+255=679 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.04% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAFEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFEFF is #550100. Grayscale: #E4E4E4. Windows color (decimal): -5570817 or 16776874. OLE color: 16776874.

HSL color Cylindrical-coordinate representation of color #AAFEFF: hue angle of 180.71º 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 #AAFEFF is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 254 255 -
CMYK 0.33 0.00 0 0
HSL 180.71º 1% 0.83% -
HSV(B) 180.71º 0.33% 1% -
XYZ 70.07 86.65 107.64 -
YUV 229 142.67 85.92 -
System Red Green Blue C M Y K H S L
Decimal 170 254 255 0.33 0.00 0 0 180.71 1 0.83
Hex AA FE FF 21 0 0 0 B5 64 53
Octal 252 376 377 41 0 0 0 265 144 123
Binary 10101010 11111110 11111111 100001 0 0 0 10110101 1100100 1010011

Color Harmonies of #AAFEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFEFF

Black with #AAFEFF

Text Example


Text Example

White with #AAFEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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